Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v2.4.2

18 Feb 10:52
c7b64af
Compare
Choose a tag to compare
  • Fixes an issue where the token passed to the action was not being used to push and it was defaulting to the token persisted by actions/checkout

Create Pull Request v2.4.1

13 Feb 15:13
87c27ee
Compare
Choose a tag to compare
  • Fix issues with running in a container by detecting such and assuming python3 is installed and on PATH

Create Pull Request v2.4.0

10 Feb 14:08
b6a458d
Compare
Choose a tag to compare
  • Adds support for repositories checked out via SSH

Create Pull Request v2.3.1

10 Feb 09:52
Compare
Choose a tag to compare
  • Fixed an issue where incompatible dependencies were being installed when the action is run in an Alpine Linux container

Create Pull Request v2.3.0

07 Feb 10:09
cc7020a
Compare
Choose a tag to compare
  • Pull requests can now be created in a remote repository. See the documentation here.

Create Pull Request v2.2.0

23 Jan 10:04
a319015
Compare
Choose a tag to compare
  • Installs vendored Python dependencies instead of downloading.

Create Pull Request v2.1.3

23 Jan 00:57
2aa04ba
Compare
Choose a tag to compare
  • Update the title and body when the pull request already exists. Fixes #99

Create Pull Request v2.1.2

17 Jan 08:50
c202684
Compare
Choose a tag to compare
  • Follow the minor version of Python due to older build versions being dropped from the GitHub Actions tool cache

Create Pull Request v2.1.1

17 Jan 06:54
9f9af3e
Compare
Choose a tag to compare
  • Update Python to version 3.8.1 (fixes #96)

Create Pull Request v2.1.0

09 Jan 15:39
8246a6a
Compare
Choose a tag to compare
  • Added a path input to set a path to the repository relative to $GITHUB_WORKSPACE. This input should work the same way as the path input on actions/checkout.