Skip to content

Version 1 of the GitHub enable auto-merge action!

Compare
Choose a tag to compare
@alexwilson alexwilson released this 21 Feb 16:11
· 1012 commits to main since this release
c639c60

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"