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.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1808,6 +1808,7 @@
1808
1808
"repo.pulls.blocked_by_outdated_branch": "This pull request is blocked because it's outdated.",
1809
1809
"repo.pulls.blocked_by_changed_protected_files_1": "This pull request is blocked because it changes a protected file:",
1810
1810
"repo.pulls.blocked_by_changed_protected_files_n": "This pull request is blocked because it changes protected files:",
1811
+
"repo.pulls.blocked_by_codeowners": "This pull request is missing approval from one or more code owners.",
1811
1812
"repo.pulls.can_auto_merge_desc": "This pull request can be merged automatically.",
1812
1813
"repo.pulls.cannot_auto_merge_desc": "This pull request cannot be merged automatically due to conflicts.",
1813
1814
"repo.pulls.cannot_auto_merge_helper": "Merge manually to resolve the conflicts.",
@@ -2430,6 +2431,8 @@
2430
2431
"repo.settings.block_on_official_review_requests_desc": "Merging will not be possible when it has official review requests, even if there are enough approvals.",
2431
2432
"repo.settings.block_outdated_branch": "Block merge if pull request is outdated",
2432
2433
"repo.settings.block_outdated_branch_desc": "Merging will not be possible when head branch is behind base branch.",
2434
+
"repo.settings.block_on_codeowner_reviews" : "Require approval from code owners",
2435
+
"repo.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.",
2433
2436
"repo.settings.block_admin_merge_override": "Administrators must follow branch protection rules",
2434
2437
"repo.settings.block_admin_merge_override_desc": "Administrators must follow branch protection rules and cannot circumvent it.",
2435
2438
"repo.settings.default_branch_desc": "Select a default repository branch for pull requests and code commits:",
0 commit comments