Skip to content

Commit 4a028e6

Browse files
committed
style: fix trailing whitespace caught by pre-commit hook
Signed-off-by: darshit2308 <darshit2308@gmail.com>
1 parent 8d48308 commit 4a028e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/review-sync/helpers/labels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function ensureLabel(github, owner, repo, label, dryRun) {
6363
* else → queue:junior-committer (no approvals yet)
6464
*
6565
* Note: status: ready-to-merge requires BOTH a maintainer approval AND at least 2
66-
* total core reviews (maintainer or write). This prevents a single maintainer approval
66+
* total core reviews (maintainer or write). This prevents a single maintainer approval
6767
* + a soft approval from marking a PR as ready when branch protection requires 2+ core reviews.
6868
*
6969
* @param {{ maintainerApproval: number, writeApproval: number, softApproval: number, anyApproval: number }} approvals

0 commit comments

Comments
 (0)