Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 693 Bytes

approve-pull-request-action

A GitHub Action for approving pull requests.

Usage

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

Related

License

MIT