What the check does
Reads the branch protection rule and reports whenrequired_pull_request_reviews.dismiss_stale_reviews is false.
Why it matters
Without stale-review dismissal:- Author opens a clean PR.
- Reviewer approves it.
- Author force-pushes additional malicious commits.
- PR is now merge-eligible — the approval still counts, even though the reviewed commit is no longer the HEAD.