Skip to content

Releases: pascalgn/automerge-action

Don't delete branches automatically

07 Oct 19:27
Compare
Choose a tag to compare

Don't delete branches automatically, instead the feature from GitHub can be used directly: https://help.github.com/en/articles/managing-the-automatic-deletion-of-branches

New option MERGE_FORKS

30 Sep 16:40
c164694
Compare
Choose a tag to compare

By default, PRs from forked repositories are now treated the same as PR from the main repository. To make automerge skip PRs from forked repositories, set MERGE_FORKS: "false" in the options

Release 0.3.1

30 Sep 06:24
d466bcb
Compare
Choose a tag to compare

When a PR review is submitted, only merge when the review is approving, not when it's requesting changes or comments

New actions model

21 Sep 21:40
Compare
Choose a tag to compare
v0.3.0

Update documentation for new GitHub actions model

Use exit code 0 instead of 78

26 Aug 06:50
Compare
Choose a tag to compare
v0.2.5

Update README.md

Update dependencies

14 Jul 13:27
Compare
Choose a tag to compare
v0.2.4

Update README.md

Update dependencies

10 May 19:04
Compare
Choose a tag to compare
v0.2.3

Update README.md

Add option MERGE_METHOD

22 Apr 10:56
Compare
Choose a tag to compare

Add configuration option MERGE_METHOD: merge (default), rebase or squash

Support optional TOKEN configuration

06 Apr 15:09
Compare
Choose a tag to compare
v0.2.1

Update README.md

Make labels configurable

26 Mar 09:57
7f53b46
Compare
Choose a tag to compare

The autorebase and automerge labels are now configurable