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
This introduces a new flag `BlockAdminMergeOverride` on the branch
protection rules that prevents admins/repo owners from bypassing branch
protection rules and merging without approvals or failing status checks.
Fixes#17131
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+2
Original file line number
Diff line number
Diff line change
@@ -2461,6 +2461,8 @@ settings.block_on_official_review_requests = Block merge on official review requ
2461
2461
settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
2462
2462
settings.block_outdated_branch = Block merge if pull request is outdated
2463
2463
settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
2464
+
settings.block_admin_merge_override=Administrators must follow branch protection rules
2465
+
settings.block_admin_merge_override_desc=Administrators must follow branch protection rules and can not circumvent it.
2464
2466
settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
0 commit comments