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 Jan 3, 2025
1 parent ae95c59 commit b508869
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ pull_request_rules:

queue_rules:
- name: hotfix
speculative_checks: 5
allow_inplace_checks: false
queue_conditions: []
# This can be queued without passing the CI
Expand All @@ -45,7 +44,6 @@ queue_rules:
- check-success = test-before-merge

- name: default
speculative_checks: 5
allow_inplace_checks: false
queue_conditions:
- check-success = test
Expand All @@ -60,3 +58,6 @@ queue_rules:
- check-success = test
merge_conditions:
- check-success = test-before-merge

merge_queue:
max_parallel_checks: 5

0 comments on commit b508869

Please sign in to comment.