Skip to content

Commit

Permalink
Use branch_protection_injection_mode for mergify
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rascani committed Nov 22, 2023
1 parent ecf56f4 commit f2958bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
queue_rules:
- name: default
checks_timeout: 2 h
require_branch_protection: true
branch_protection_injection_mode: queue
conditions:
- base=main
- label=ci:ready_to_merge
Expand Down

0 comments on commit f2958bd

Please sign in to comment.