GitHub Action
Approve Pull Request
v2.0.6
Latest version
A GitHub Action for approving pull requests.
steps:
- name: Approve Pull Request
uses: juliangruber/approve-pull-request-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1
repo: juliangruber/approve-pull-request-action # optional
- find-pull-request-action — Find a Pull Request
- merge-pull-request-action — Merge a Pull Request
- octokit-action — Generic Octokit.js Action
MIT