Skip to content

Commit 7369ccc

Browse files
Nicolas Brieusselclaude
authored andcommitted
chore: grant nbrieussel bypass on all branch protections
Solo org — owner needs to be able to merge their own PRs without a second reviewer. bypass_pull_request_allowances is explicit on all suborg files to avoid relying on merge inheritance. Remove from bypass_pull_request_allowances.users once the team grows and the self-review exemption is no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 41c57db commit 7369ccc

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/settings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ branches:
122122
require_last_push_approval: false
123123
bypass_pull_request_allowances:
124124
apps: []
125-
users: []
125+
users:
126+
- nbrieussel
126127
teams: []
127128
required_status_checks:
128129
strict: false

.github/suborgs/backend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ branches:
3232
dismiss_stale_reviews: true
3333
require_code_owner_reviews: false
3434
require_last_push_approval: false
35+
bypass_pull_request_allowances:
36+
apps: []
37+
users:
38+
- nbrieussel
39+
teams: []
3540
required_status_checks:
3641
strict: true # Branch must be up to date with main before merge
3742
contexts: []

.github/suborgs/frontend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ branches:
3030
dismiss_stale_reviews: true
3131
require_code_owner_reviews: false
3232
require_last_push_approval: false
33+
bypass_pull_request_allowances:
34+
apps: []
35+
users:
36+
- nbrieussel
37+
teams: []
3338
required_status_checks:
3439
strict: true
3540
contexts: []

.github/suborgs/infrastructure.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ branches:
3333
require_last_push_approval: true # Last commit must be approved by someone else
3434
bypass_pull_request_allowances:
3535
apps: []
36-
users: []
36+
users:
37+
- nbrieussel
3738
teams: []
3839
required_status_checks:
3940
strict: true

0 commit comments

Comments
 (0)