Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(mergify): upgrade configuration to current format #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading