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