agilentia/fresh eyes only
Dismisses approvals on PR synchronize events if code changes are detected and the pusher is not exempt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with pull-requests:write permission. | yes | — |
| exempt-actors | Comma-separated list of GitHub logins whose pushes should NOT trigger dismissal. | no | "" |
| dismissal-message | The message to use when dismissing the review. | no | Approval dismissed: Changes detected since last approval. |
| rerequest-review | Whether to re-request reviews from dismissed reviewers. | no | true |
| pr-number | The number of the pull request. | no | — |
| base-ref | Base branch name of the pull request. | no | — |
| before-sha | SHA before the change. | no | — |
| after-sha | SHA after the change. | no | — |
| actor | GitHub actor who pushed the changes. | no | — |
| repository | The GitHub repository in owner/repo format. | no | — |
Outputs
no outputs