Releases: peter-evans/create-pull-request
Releases · peter-evans/create-pull-request
Create Pull Request v3.10.0
- Adds support for the
https_proxy
environment variable to allow the action to be used on self-hosted runners behind a corporate proxy.
Create Pull Request v3.9.2
- Minor improvement to the log output during create/update of pull requests.
Create Pull Request v3.9.1
- Removes the input
gpg-sign
, added in3.9.0
. The input is unnecessary and GPG commit signature verification works without it. See the documentation for usage details.
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