Releases: peter-evans/enable-pull-request-automerge
Enable Pull Request Automerge v3.0.0
⭐ 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
- feat: use gh in composite action by @peter-evans in #938
- 2 dependency updates by @dependabot
Full Changelog: v2.5.0...v3.0.0
Enable Pull Request Automerge v2.5.0
Reverts v2.4.0
. Ran into an unexpected issue. Apologies for any inconvenience.
What's Changed
- Revert "feat: use gh in composite action (#841)" by @peter-evans in #911
Full Changelog: v2.4.0...v2.5.0
Enable Pull Request Automerge v2.4.0
⭐ 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
- feat: use gh in composite action by @peter-evans in #841
Full Changelog: v2.3.0...v2.4.0
Enable Pull Request Automerge v2.3.0
What's Changed
- Update auto approve action by @peter-evans in #412
- fix: replace use of any type by @peter-evans in #421
- feat: set token default by @peter-evans in #430
Full Changelog: v2.2.1...v2.3.0
Enable Pull Request Automerge v2.2.1
⚙️ 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
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
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
- @dependabot made their first contribution in #318
- @williamboman made their first contribution in #345
Full Changelog: v2.0.0...v2.1.0
Enable Pull Request Automerge v2.0.0
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
- Update runtime to node 16 by @peter-evans in #313
Full Changelog: v1.2.0...v2.0.0
Enable Pull Request Automerge v1.2.0
What's Changed
- feat: add support for https_proxy env var by @peter-evans in #301
Full Changelog: v1.1.0...v1.2.0
Enable Pull Request Automerge v1.1.0
- Adds support for Github Enterprise