derpierre65/Dismiss stale approvals
Dismiss approvals on a pull request if the diff has changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 25, 2025
- License
- None
Pinned Snippet
uses: derpierre65/dismiss-stale-approvals-action@a7e9d5401e047f46b4c4598d20de637b8aa9aa2d # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GITHUB_TOKEN secret or PAT that has write access to the repository | yes | — |
| fetch-depth | The maximum length of a branch from head to base that will be compared to the previous run. If the branch is longer than this number, reviews will always be dismissed. | no | 250 |
| re-request | Dismiss reviews if the diff has changed and re-request them. | no | true |
| ignore-bots | Ignore reviews by bots. | no | true |
| show-summary | Show a summary of the reviews that were dismissed and the git diff. | no | true |
| dismiss-change-requested | Dismiss change-requested reviews. | no | false |
| dismiss-message | Dismiss reviews with a custom message. | no | A reapproval is required when changes are made. |
Outputs
no outputs