Releases: alexwilson/enable-github-automerge-action
Releases · alexwilson/enable-github-automerge-action
Upgrade to Node 20
Run on Node 16
What's Changed
- move duplicate condition on steps to be a condition on the job itself by @JakeChampion in #11
- Fix usage in README by @banyan in #12
- Repo enhancements by @alexwilson in #17
- Ignore dist by default by @alexwilson in #16
- feat: New success message, and attempt to check if a PR has been actually enabled by @alexwilson in #19
- Update to Node 16 by @alexwilson in #405
- Update to Node 16 by @credfeto in #395
New Contributors
Full Changelog: 1.0.0...1.1.0
Version 1 of the GitHub enable auto-merge action!
Version 1 of the enable-github-automerge-action has now been released, allowing you to orchestrate pull-requests to me automatically merged, and released when ready!
Usage:
- uses: alexwilson/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge-method: "SQUASH"
Slightly closer to a 1.0.0 release, now with some docs & support for merge-methods...
Pre-release
Slightly closer to a 1.0.0 release, now with some docs & support for merge-methods...
Early alpha
An early alpha for testing purposes.
Initial alpha
Initial testing version of the enable-github-automerge-action