ikudjoi/Check if Pull Request is approved
Check number of pull request approvals meets the requested value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 12, 2026
- License
- MIT
Pinned Snippet
uses: ikudjoi/gha-pr-approved@30070a168980f741b156283af7c2797be1f96b95 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-number | Number of the Pull Request | yes | — |
| head-ref | Head branch name | yes | — |
| fail | If true will fail if required count of approvals is not met | no | false |
Outputs
| name | description |
|---|---|
| result | Truth value whether there is required number of approving reviews on the pull request |