Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v2.8.1

27 Jun 08:18
4d3b0a4
Compare
Choose a tag to compare
  • Minor fix to correctly parse repository URLs with embedded credentials

Create Pull Request v2.8.0

17 May 09:49
172ec76
Compare
Choose a tag to compare
  • Converted Javascript action wrapper to Typescript

Create Pull Request v2.7.3

17 May 09:00
0f423da
Compare
Choose a tag to compare
  • Fixes a missing definition for input draft that caused a warning annotation

Create Pull Request v2.7.2

11 May 05:18
afcf579
Compare
Choose a tag to compare
  • Deprecated output pr_number in favour of pull-request-number. pr_number will be removed in the next major version release.
  • Deprecated project and project-column inputs in favour of a second step using create-or-update-project-card action. See create a project card for details. project and project-column inputs will be removed in the next major version release.

Create Pull Request v2.7.1

02 May 07:15
db640fa
Compare
Choose a tag to compare

Create Pull Request v2.7.0

04 Apr 00:52
340e629
Compare
Choose a tag to compare

Create Pull Request v2.6.0

01 Apr 10:12
7e7150d
Compare
Choose a tag to compare
  • token now defaults to GITHUB_TOKEN

Create Pull Request v2.5.0

29 Mar 12:04
1e6b4d1
Compare
Choose a tag to compare
  • Adds the request-to-parent input. This allows the creation of pull requests in the parent repository of a checked out fork. See the documentation for push pull request branches to a fork.

Create Pull Request v2.4.4

22 Feb 08:06
ce00b95
Compare
Choose a tag to compare
  • A minor update to the previous release's fix for the issue where multiple authorization headers were being sent to git and git-lfs services. See #126

Create Pull Request v2.4.3

22 Feb 05:59
ea1eaf1
Compare
Choose a tag to compare
  • Fixes an issue where multiple authorization headers were being sent to git and git-lfs services. See #126