You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Merge Pull Request
v1.0.0
A simple GitHub Action for merging pull requests.
steps:
- uses: juliangruber/merge-pull-request-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1
method: squash
- find-pull-request-action — Find a Pull Request
- approve-pull-request-action — Approve a Pull Request
MIT