Skip to content

Commit 1e888bf

Browse files
fix: change bypass_mode in bypass_actors to "always"
1 parent e143a0f commit 1e888bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afterpython/tools/branch_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"actor_id": 5, # Repository admin role
2626
"actor_type": "RepositoryRole",
27-
"bypass_mode": "pull_request",
27+
"bypass_mode": "always",
2828
}
2929
],
3030
"rules": [ # Array of protection rules

0 commit comments

Comments
 (0)