Skip to content

Commit

Permalink
add cbartz to users_bypass_pull_request_allowances
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Jun 3, 2024
1 parent 6969195 commit 5b7f7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/integration/branch_protection.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def edit(branch: Branch, branch_with_protection: BranchWithProtection) -> None:
else:
branch.edit_protection(
users_bypass_pull_request_allowances=[ # type: ignore
"cbartz",
"gregory-schiano",
"jdkanderson",
],
Expand Down

0 comments on commit 5b7f7f6

Please sign in to comment.