Skip to content

Releases: reitermarkus/automerge

v2.1.0

02 Jul 18:10
a25ea0d
Compare
Choose a tag to compare

Two new inputs, squash-commit-title and squash-commit-message, were added, which allow specifying the squash commit title and message. The squash-title input is deprecated and will be removed in the next major release.

If you are using

with:
  squash-title: true

this can be replaced with

with:
  squash-commit-title: ${pull_request.title} (#${pull_request.number})
  squash-commit-message: '\n'

v2.0.2

22 Jun 13:47
2b416b6
Compare
Choose a tag to compare
  • Updated dependencies.

v2.0.1

23 Apr 10:21
c4fa76d
Compare
Choose a tag to compare
  • Updated dependencies.

v2.0.0

30 Mar 16:37
2149daf
Compare
Choose a tag to compare
  • The action now activates the native “auto-merge” GitHub feature instead of merging a pull request directly. The feature must be enabled in repository settings.
  • The action does not check approvals and status checks anymore. Set the number of required approvals and required status checks in repository settings instead.

v1.5.2

18 Apr 20:01
72bc135
Compare
Choose a tag to compare

v1.5.1

20 Feb 05:18
Compare
Choose a tag to compare
Unify debug messages.

v1.5.0

15 Feb 16:04
Compare
Choose a tag to compare

v1.4.0

09 Dec 10:40
Compare
Choose a tag to compare

v1.3.2

06 Dec 01:07
Compare
Choose a tag to compare

v1.3.1

05 Dec 21:04
Compare
Choose a tag to compare