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 Oct 15, 2024
1 parent dc7668e commit f1682f3
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 @@ -14,7 +14,6 @@ queue_rules:
- "#changes-requested-reviews-by=0"
- "#review-threads-unresolved=0"
- "#review-requested=0"
speculative_checks: 5
commit_message_template: |
{{ title }} (#{{ number }})
Expand All @@ -30,7 +29,7 @@ queue_rules:
merge_method: merge
batch_size: 7
batch_max_wait_time: 5min
commit_message_template: null
commit_message_template:
queue_branch_merge_method: fast-forward
disallow_checks_interruption_from_queues:
- default
Expand All @@ -56,3 +55,6 @@ pull_request_rules:
request_reviews:
teams:
- devs

merge_queue:
max_parallel_checks: 5

0 comments on commit f1682f3

Please sign in to comment.