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
@@ -1916,6 +1916,7 @@ pulls.required_status_check_administrator = As an administrator, you may still m
1916
1916
pulls.blocked_by_approvals = "This pull request doesn't have enough required approvals yet. %d of %d official approvals granted."
1917
1917
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."
1918
1918
pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
1919
+
pulls.blocked_by_codeowners = "This pull request is missing approval from one or more code owners."
1919
1920
pulls.blocked_by_official_review_requests = "This pull request has official review requests."
1920
1921
pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
1921
1922
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.
2554
2555
settings.block_on_official_review_requests = Block merge on official review requests
2555
2556
settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
2557
+
settings.block_on_codeowner_reviews = Require approval from code owners
2558
+
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.
2556
2559
settings.block_outdated_branch = Block merge if pull request is outdated
2557
2560
settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
2558
2561
settings.block_admin_merge_override = Administrators must follow branch protection rules
0 commit comments