Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 255 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 255 Bytes

approve-pull-request-action

A GitHub Action for approving pull requests.

Usage

steps:
  - uses: juliangruber/approve-pull-request-action@master
    with:
      github-token: ${{ secrets.GITHUB_TOKEN }}
      number: 1

License

MIT