Skip to content

Releases: entrostat/git-auto-merger-action

Expected Results

25 Jun 11:23
6abb236

Choose a tag to compare

Completed

  • On larger repos, I was experiencing issues and found that the branches weren't being pulled fully and we should be specifying fetch-depth: 0 on the checkout action. I've updated the readme with these details.

Commit Changes

27 Dec 16:08
0242ccd

Choose a tag to compare

We now commit each merge but don't push it if you have the skip flag. This allows us to ensure that we don't "fail" merges even if they would work, they just require a commit.

Push Merge

27 Dec 15:40
846f620

Choose a tag to compare

Added the ability to push the merge to the repo if it was successful.

This allows us to ensure that the branches are up to date every day, and we get a notification if they fail.

Action Description Tweak

14 Dec 12:39
6584f2a

Choose a tag to compare

Modified the description with new keywords to ensure it shows up in a search

Action Tweaks

14 Dec 12:31
22a9cc7

Choose a tag to compare

Tweaked the action description to hit more keywords.

Initial Release

14 Dec 12:13
135c8dc

Choose a tag to compare

git-auto-merger-action

This is the initial release where we send notifications via smtp if there is a merge conflict.

Over time, I will add more channels for notifications.