tmknom/Approve Pull Request

This action approves a specified pull request. > [!IMPORTANT] > Before using this action, ensure that GitHub Actions is allowed to create and approve pull requests in the repository. > For more details, see: [Preventing GitHub Actions from creating or approving pull requests][approve_settings]. ## Usage ```yaml steps: - name: Approve Pull Request uses: tmknom/approve-pull-request-action@v0 with: pull-request: 10 ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pull-requestSpecifies the pull request to approve as a `number`, `url`, or `branch`.yes

no outputs