Skip to content

Commit 944b23e

Browse files
authored
Use branch_protection_injection_mode for mergify (#2328)
The option require_branch_protection in queue_rules is also deprecated. This PR replaces it with the queue_rules option branch_protection_injection_mode. BUG=cleanup
1 parent ecf56f4 commit 944b23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/mergify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
queue_rules:
22
- name: default
33
checks_timeout: 2 h
4-
require_branch_protection: true
4+
branch_protection_injection_mode: queue
55
conditions:
66
- base=main
77
- label=ci:ready_to_merge

0 commit comments

Comments
 (0)