Releases: entrostat/git-auto-merger-action
Releases · entrostat/git-auto-merger-action
Expected Results
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: 0on the checkout action. I've updated the readme with these details.
Commit Changes
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
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
Modified the description with new keywords to ensure it shows up in a search
Action Tweaks
Tweaked the action description to hit more keywords.
Initial Release
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.