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
MIT