Releases: peter-evans/create-pull-request
Releases · peter-evans/create-pull-request
Create Pull Request v1.5.0
Create Pull Request v1.4.1
- Fixes for fixed-name branch strategy. Replaces using rebase with a merge of stashed local changes. ef76e27
Create Pull Request v1.4.0
- Added
randomvalue forBRANCH_SUFFIXto prevent clashes when multiple PRs are created in a single workflow - Now outputs the environment variable
PULL_REQUEST_NUMBERthat can be used in later steps of a workflow - Now supports creating and updating the same pull request branch until it is merged or closed. Set
BRANCH_SUFFIXtonone.
Create Pull Request v1.3.1
Adds the following optional parameters:
PULL_REQUEST_LABELS- A comma separated list of labels.PULL_REQUEST_ASSIGNEES- A comma separated list of assignees (GitHub usernames).PULL_REQUEST_REVIEWERS- A comma separated list of reviewers (GitHub usernames) to request a review from.PULL_REQUEST_TEAM_REVIEWERS- A comma separated list of GitHub teams to request a review from.PULL_REQUEST_MILESTONE- The number of the milestone to associate this pull request with.
Create Pull Request v1.3.0
- Added support for Git Large File Storage (
git-lfs)
Create Pull Request v1.2.1
- Adds the parameter
BRANCH_SUFFIXallowing branches to be suffixed with a timestamp instead of the short SHA1 hash - Adds the debug parameter
SKIP_IGNORE
Create Pull Request v1.2.0
- Removed the need to supply an additional
reposcoped token. Just the defaultGITHUB_TOKENis required. 9d998cb
Create Pull Request v1.1.4
- Bug fixes for non-push events f639d94
Create Pull Request v1.1.3
- Minor bug fix 21aff96
Create Pull Request v1.1.2
- Fixes issue #29 where an error was thrown when the action was being used in scheduled jobs