Skip to content

Commit c1ed899

Browse files
Merge pull request #2129 from kristof-mattei/admin-bypass
fix: admin can bypass
2 parents a48bc39 + 872a8bf commit c1ed899

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/settings.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ rulesets:
160160
automatic_copilot_code_review_enabled: false
161161
allowed_merge_methods: [merge]
162162

163-
bypass_actors: []
163+
bypass_actors:
164+
# Admin role
165+
- actor_id: 5
166+
actor_type: RepositoryRole
167+
bypass_mode: always
164168
current_user_can_bypass: never
165169

166170
branches:

0 commit comments

Comments
 (0)