product-os/Approved Commit Action
Check for approval from a repository maintainer via pull request reviews
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for authentication. Requires `pull-requests: write` permission. | no | ${{ github.token }} |
| allow-authors | Allow pull request commit authors to approve or reject the workflow. | no | false |
Outputs
| name | description |
|---|---|
| approved-by | Username of the user who approved the workflow run. |
| review-id | ID of the review that approved the workflow run. |
| review-type | Type of approval found (approval or comment). |