We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5330d4 commit 704ea2fCopy full SHA for 704ea2f
.github/policies/dev-proxy-branch-protection.yml
@@ -20,7 +20,7 @@ configuration:
20
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean
21
dismissStaleReviews: true
22
# Specifies whether admins can overwrite branch protection. boolean
23
- isAdminEnforced: false
+ isAdminEnforced: true
24
# Indicates whether "Require a pull request before merging" is enabled. boolean
25
requiresPullRequestBeforeMerging: true
26
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required
0 commit comments