Skip to content

Commit 1d93670

Browse files
plowinameowlia
authored andcommitted
Disable enforcing branch-protection for admins
This disables the following branch-protection rules for the repos `haproxy-boshrelease` and `pcap-release` > Do not allow bypassing the above settings > The above settings will apply to administrators and custom roles with the “bypass branch protections” permission
1 parent 208ccfd commit 1d93670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org/branchprotection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ branch-protection:
5353
protect: false
5454
haproxy-boshrelease:
5555
protect: true
56-
enforce_admins: true
56+
enforce_admins: false
5757
allow_force_pushes: false
5858
allow_deletions: false
5959
allow_disabled_policies: true
@@ -68,7 +68,7 @@ branch-protection:
6868
teams: ["wg-app-runtime-platform-bots"]
6969
pcap-release:
7070
protect: true
71-
enforce_admins: true
71+
enforce_admins: false
7272
allow_force_pushes: false
7373
allow_deletions: false
7474
allow_disabled_policies: true

0 commit comments

Comments
 (0)