derpierre65/Dismiss stale approvals

Dismiss approvals on a pull request if the diff has changed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 25, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: derpierre65/dismiss-stale-approvals-action@a7e9d5401e047f46b4c4598d20de637b8aa9aa2d # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenA GITHUB_TOKEN secret or PAT that has write access to the repositoryyes
fetch-depthThe 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.no250
re-requestDismiss reviews if the diff has changed and re-request them.notrue
ignore-botsIgnore reviews by bots.notrue
show-summaryShow a summary of the reviews that were dismissed and the git diff.notrue
dismiss-change-requestedDismiss change-requested reviews.nofalse
dismiss-messageDismiss reviews with a custom message.noA reapproval is required when changes are made.

no outputs