Releases: peter-evans/create-pull-request
Releases · peter-evans/create-pull-request
Create Pull Request v1.5.3
Create Pull Request v1.5.2
- Fixed for use in
on: pull_request
workflows 51ade9f
Create Pull Request v1.5.1
- Added the environment variables
COMMIT_AUTHOR_EMAIL
andCOMMIT_AUTHOR_NAME
to explicitly set the commit author email and name and override the defaults. e138d84
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
random
value forBRANCH_SUFFIX
to prevent clashes when multiple PRs are created in a single workflow - Now outputs the environment variable
PULL_REQUEST_NUMBER
that 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_SUFFIX
tonone
.
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_SUFFIX
allowing 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
repo
scoped token. Just the defaultGITHUB_TOKEN
is required. 9d998cb