Releases: peter-evans/create-pull-request
Releases · peter-evans/create-pull-request
Create Pull Request v3.9.0
- Adds new input
gpg-sign
to enable GPG commit signature verification. See the documentation for usage details.
Create Pull Request v3.8.2
- Fixes a bug with
assignees
that was introduced in releasev3.8.1
.
Create Pull Request v3.8.1
- Fixes an issue where the pull request fields
labels
andassignees
were being reset on update. They are now added to, preserving any additional content.
Create Pull Request v3.8.0
- Adds a new output,
pull-request-operation
, that returns the operation performed by the action,created
,updated
orclosed
.
Create Pull Request v3.7.0
- Adds support for GitHub Enterprise Server
Create Pull Request v3.6.0
- A performance improvement for very large repositories and/or repositories with a long git history.
Create Pull Request v3.5.2
- Minor error handling fix
Create Pull Request v3.5.1
- Fixes an issue for self-hosted runners where a stale remote ref prevented the pull request branch being pushed to the remote. #637
Create Pull Request v3.5.0
- Performance improvements to cater for pull requests with very large diffs
Create Pull Request v3.4.1
- Dependency updates (Removes the Actions runner warning about
set-env
deprecation)