You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Approve Pull Request
v2.0.3
A GitHub Action for approving pull requests.
steps:
- name: Approve Pull Request
uses: juliangruber/approve-pull-request-action@v2.0.0
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