ossf / scorecard

OpenSSF Scorecard - Security health metrics for Open Source
https://scorecard.dev
Apache License 2.0
4.61k stars 500 forks source link

:book: Fix typo in branch protections details #4270

Closed martincostello closed 3 months ago

martincostello commented 3 months ago

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:

Warn: 'stale review dismissal' is disable on branch 'main'

What is the new behavior (if this is a feature change)?**

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'

Which issue(s) this PR fixes

NONE

Special notes for your reviewer

Does this PR introduce a user-facing change?

Fix typo in branch protections details.