Skip to content

Releases: reitermarkus/automerge

v2.8.0

27 Feb 10:01

Choose a tag to compare

  • Update dependencies.
  • Check for required status checks in branch protection rules created via rulesets in addition to normal branch protection rules.

v2.7.0

05 Jan 12:20
42e67be

Choose a tag to compare

  • Update dependencies.
  • Update to Node 20.

v2.6.0

18 Mar 23:32
e0cf02b

Choose a tag to compare

  • Allow specifying review input for workflow_dispatch event.

v2.5.0

18 Mar 18:42
f482a8c

Choose a tag to compare

  • Added support for pull_request_review event to enable auto-merge when a reviewer with a given author association submits an approving review.
  • Fixed typo in example workflow configuration: Please update your workflows and change synchronized to synchronize.

v2.4.1

12 Mar 10:34
c4674ad

Choose a tag to compare

  • Fix output when squash-title is false.
  • Update dependencies.

v2.4.0

11 Mar 06:57

Choose a tag to compare

  • Don't disable auto-merge if it was enabled manually.

v2.3.0

08 Mar 01:21

Choose a tag to compare

  • Auto-merge is not disabled when dry-run is true.
  • Updated dependencies.

v2.2.0

28 Oct 08:56
a62209b

Choose a tag to compare

  • Action now uses NodeJS 16.
  • Updated dependencies.

v2.1.2

06 Aug 18:34
2b969ea

Choose a tag to compare

  • Auto-merge is automatically disabled for closed or draft PRs, so don't try enabling/disabling it for these.
  • Updated dependencies.

v2.1.1

29 Jul 10:44
9e4953d

Choose a tag to compare

  • Add missing pull request state (behind).
  • Updated dependencies.