Closed martincostello closed 3 months ago
Fix typo in branch protections details message.
Messages such as the following are emitted in scorecard reports:
Warn: 'stale review dismissal' is disable on branch 'main'
Grammar in message is fixed to use the correct text:
- Warn: 'stale review dismissal' is disable on branch 'main' + Warn: 'stale review dismissal' is disabled on branch 'main'
NONE
Fix typo in branch protections details.
What kind of change does this PR introduce?
Fix typo in branch protections details message.
What is the current behavior?
Messages such as the following are emitted in scorecard reports:
What is the new behavior (if this is a feature change)?**
Grammar in message is fixed to use the correct text:
Which issue(s) this PR fixes
NONE
Special notes for your reviewer
Does this PR introduce a user-facing change?