Skip to content

Commit

Permalink
chore: replace mergify's queue_rules.speculative_checks in favor of…
Browse files Browse the repository at this point in the history
… `merge_queue.max_parallel_checks` (#7238)
  • Loading branch information
skyrpex authored Jan 7, 2025
1 parent dc35958 commit bb7f1ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# See https://doc.mergify.io
merge_queue:
max_parallel_checks: 2

queue_rules:
- name: default
speculative_checks: 2
merge_method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
Expand Down

0 comments on commit bb7f1ba

Please sign in to comment.