Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 3, 2025
1 parent 2fe3c1d commit 7ed68cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ queue_rules:
- name: lowprio
<<: *DefaultQueueOptions
merge_method: merge
speculative_checks: 1
queue_conditions:
- and: *CheckRuns
- "#commits=1"
Expand All @@ -74,7 +73,7 @@ queue_rules:
queue_branch_merge_method: fast-forward
disallow_checks_interruption_from_queues:
- default
commit_message_template: null
commit_message_template:

pull_request_rules:
- name: automatic merge
Expand All @@ -97,3 +96,6 @@ pull_request_rules:
request_reviews:
teams:
- devs

merge_queue:
max_parallel_checks: 5

0 comments on commit 7ed68cc

Please sign in to comment.