Releases: managedkaos/merge-pull-request
v2.2.0
This release updates the entrypoint script with suggestions from the shellcheck GitHub Action.
A workflow was added as well (suprised I didn't have one already!!!) that applies the shellcheck action for linting and then uses this action itself to close the PR for approved users. Drinking our own champagne on this one! 😅
Oddly, I can't use this release in this release because I have to make it before it can be sourced from the workflow. So minutes after this release is created, I'll update the workflow to use v2.2.0.
Lastly, I changed the master
branch to main
. Trying to get around to doing that on repos whenever I come across one that still has the old standard.
Cheers!
- ManagedKaos
v2.1.1
Synchronizes tag and description.
What's Changed
- Add fetch origin target branch by @robertusnegoro in #3
- Fix git unsafe when in docker container by @thealgirdas in #5
New Contributors
- @thealgirdas made their first contribution in #5
Full Changelog: v2.0.1...v2.1.1
v2.1.0
Rolls up fixes from recent PRs.
Updates the name in action.yml
This is a minor release to update the name in action.yml
from Merginator to Merginator 2.
I thought this was changed a while back since the first release was called Merginator and then I had to change the name to something different after Actions went from beta to GA.
Oh well. 🤷♂️
Allows merges to arbitrary branches
Allows merges to arbitrary branches instead of just the default branch of the repo.
Thanks to @robertusnegoro for the addition.
-M
Add support for GitHub Enterprise
Includes changes from #1 to support GitHub Enterprise.
Merginator 2 AKA Son of Merginator
Adds an action.yml file.
But it can't use the same name as Merginator. Even though its the same repo!?
V1.1
v1.1 Update entrypoint.sh
v1.0 for the Marketplace.
Update Dockerfile