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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pull-request | Specifies the pull request to approve as a `number`, `url`, or `branch`. | yes | — |
Outputs
no outputs