You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1906,6 +1906,7 @@ pulls.required_status_check_administrator = As an administrator, you may still m
1906
1906
pulls.blocked_by_approvals = "This pull request doesn't have enough required approvals yet. %d of %d official approvals granted."
1907
1907
pulls.blocked_by_approvals_whitelisted = "This pull request doesn't have enough required approvals yet. %d of %d approvals granted from users or teams on the allowlist."
1908
1908
pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
1909
+
pulls.blocked_by_codeowners = "This pull request is missing approval from one or more code owners."
1909
1910
pulls.blocked_by_official_review_requests = "This pull request has official review requests."
1910
1911
pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
1911
1912
pulls.blocked_by_changed_protected_files_1= "This pull request is blocked because it changes a protected file:"
settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
2542
2543
settings.block_on_official_review_requests = Block merge on official review requests
2543
2544
settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
2545
+
settings.block_on_codeowner_reviews = Require approval from code owners
2546
+
settings.block_on_codeowner_reviews_desc = Merging will only be possible if at least one code owner per code owner rule has given an approving review.
2544
2547
settings.block_outdated_branch = Block merge if pull request is outdated
2545
2548
settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
2546
2549
settings.block_admin_merge_override = Administrators must follow branch protection rules
0 commit comments