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 4870cd7 commit deb1bd8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ queue_rules:
conditions:
- and: &CheckRuns
- check-success=linters
speculative_checks: 5

- name: default
allow_inplace_checks: true
conditions:
- and: *CheckRuns
- schedule=Mon-Fri 09:00-17:30[Europe/Paris]
speculative_checks: 5

- name: lowprio
allow_inplace_checks: true
conditions:
Expand Down Expand Up @@ -93,7 +89,7 @@ pull_request_rules:
actions:
queue:
name: lowprio
commit_message_template: null
commit_message_template:
method: merge

- name: automatic merge from dependabot
Expand All @@ -107,7 +103,7 @@ pull_request_rules:
queue:
name: lowprio
method: merge
commit_message_template: null
commit_message_template:

- name: request review
conditions:
Expand All @@ -123,3 +119,6 @@ pull_request_rules:
request_reviews:
teams:
- devs

merge_queue:
max_parallel_checks: 5

0 comments on commit deb1bd8

Please sign in to comment.