Skip to content

Releases: peter-evans/enable-pull-request-automerge

Enable Pull Request Automerge v3.0.0

23 Mar 06:36
a660677
Compare
Choose a tag to compare

⭐ This release converts the action to a composite action using the GitHub CLI. You are welcome to continue using this action but I recommend switching to the official GitHub CLI command. See the readme for details.

What's Changed

Full Changelog: v2.5.0...v3.0.0

Enable Pull Request Automerge v2.5.0

08 Mar 07:10
684fed0
Compare
Choose a tag to compare

Reverts v2.4.0. Ran into an unexpected issue. Apologies for any inconvenience.

What's Changed

Full Changelog: v2.4.0...v2.5.0

Enable Pull Request Automerge v2.4.0

08 Mar 04:05
51b7924
Compare
Choose a tag to compare

⭐ This release converts the action to a composite action using the GitHub CLI. You are welcome to continue using this action but I recommend switching to the official GitHub CLI command. See the readme for details.

What's Changed

Full Changelog: v2.3.0...v2.4.0

Enable Pull Request Automerge v2.3.0

08 Dec 02:24
60812ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

Enable Pull Request Automerge v2.2.1

18 Oct 06:26
127dd0d
Compare
Choose a tag to compare

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

  • build(deps): bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #394
  • Update distribution by @github-actions in #407

Full Changelog: v2.2.0...v2.2.1

Enable Pull Request Automerge v2.2.0

02 Sep 00:36
cb19ef6
Compare
Choose a tag to compare

What's Changed

  • ci: add workflow permissions by @peter-evans in #357
  • build(deps): bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #356
  • Update distribution by @github-actions in #374
  • feat: display helpful error message for unstable status error by @williamboman in #383
  • Update distribution by @github-actions in #388

Full Changelog: v2.1.0...v2.2.0

Enable Pull Request Automerge v2.1.0

20 Jun 00:49
a5005d8
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump peter-evans/create-or-update-comment from 1 to 2 by @dependabot in #318
  • build(deps): bump peter-evans/slash-command-dispatch from 2 to 3 by @dependabot in #333
  • build(deps): bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #332
  • feat: add helpful error message when unable to enable automerge (#345) by @williamboman in #346

New Contributors

Full Changelog: v2.0.0...v2.1.0

Enable Pull Request Automerge v2.0.0

22 Mar 06:37
4e25525
Compare
Choose a tag to compare

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

Full Changelog: v1.2.0...v2.0.0

Enable Pull Request Automerge v1.2.0

09 Feb 02:08
21d45e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Enable Pull Request Automerge v1.1.0

20 Jul 00:56
d2ede56
Compare
Choose a tag to compare
  • Adds support for Github Enterprise