Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v7.0.5

18 Sep 17:41
5e91468
Compare
Choose a tag to compare

⚙️ Fixes an issue with commit signing to allow it to support symlinks

What's Changed

Full Changelog: v7.0.4...v7.0.5

Create Pull Request v7.0.4

18 Sep 16:50
2f38cd2
Compare
Choose a tag to compare

⚙️ Fixes an issue with commit signing to allow it to support submodules

What's Changed

New Contributors

Full Changelog: v7.0.3...v7.0.4

Create Pull Request v7.0.3

16 Sep 09:20
6cd32fd
Compare
Choose a tag to compare

⚙️ Fixes an issue with commit signing where commit SHAs have variable lengths when abbreviated.

What's Changed

Full Changelog: v7.0.2...v7.0.3

Create Pull Request v7.0.2

12 Sep 11:51
d121e62
Compare
Choose a tag to compare

⚙️ Fixes an issue with commit signing when a change was detected as being a rename or copy.

What's Changed

Full Changelog: v7.0.1...v7.0.2

Create Pull Request v7.0.1

05 Sep 08:28
8867c4a
Compare
Choose a tag to compare

⚙️ Fixes an issue affecting one particular use case where the action fails on diff --stat with fatal: ambiguous argument.

What's Changed

  • build(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #3283
  • build(deps-dev): bump @types/node from 18.19.46 to 18.19.48 by @dependabot in #3288
  • build(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 by @dependabot in #3289
  • build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #3290
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 by @dependabot in #3291
  • fix: handle ambiguous argument failure on diff stat by @peter-evans in #3312

Full Changelog: v7.0.0...v7.0.1

Create Pull Request v7.0.0

03 Sep 08:00
4320041
Compare
Choose a tag to compare

✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖

Behaviour changes

  • Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
  • The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
  • The pull-request-operation output now returns none when no operation was executed.
  • Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.

What's new

  • The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
  • Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
  • A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
  • A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.

What's Changed

New Contributors

Full Changelog: v6.1.0...v7.0.0

Create Pull Request v6.1.0

18 Jun 16:54
c5a7806
Compare
Choose a tag to compare

✨ Adds pull-request-branch as an action output.

What's Changed

Full Changelog: v6.0.5...v6.1.0

Create Pull Request v6.0.5

25 Apr 08:12
6d6857d
Compare
Choose a tag to compare

⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy.

What's Changed

  • fix: update proxy support to follow octokit change to fetch api by @peter-evans in #2867

Full Changelog: v6.0.4...v6.0.5

Create Pull Request v6.0.4

17 Apr 11:05
9153d83
Compare
Choose a tag to compare

⚡ Improves performance in some cases for very large git repositories.

What's Changed

Full Changelog: v6.0.3...v6.0.4

Create Pull Request v6.0.3

12 Apr 09:22
c55203c
Compare
Choose a tag to compare

⚡ Improves performance of the push-to-fork feature.

What's Changed

  • build(deps-dev): bump @types/node from 18.19.23 to 18.19.25 by @dependabot in #2826
  • build(deps-dev): bump @types/node from 18.19.25 to 18.19.26 by @dependabot in #2831
  • build(deps-dev): bump @types/node from 18.19.26 to 18.19.28 by @dependabot in #2836
  • build(deps-dev): bump @types/node from 18.19.28 to 18.19.31 by @dependabot in #2842
  • fix: drop unnecessary fetch with unshallow on push-to-fork by @peter-evans in #2849

Full Changelog: v6.0.2...v6.0.3