A simple GitHub Action for merging pull requests.
steps:
- name: Merge Pull Request
uses: juliangruber/merge-pull-request-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1
method: squash
repo: juliangruber/octokit-action
- find-pull-request-action — Find a Pull Request
- approve-pull-request-action — Approve a Pull Request
- octokit-action — Generic Octokit.js Action
MIT