Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi ABAAKOUK <[email protected]>
  • Loading branch information
sileht committed Jul 12, 2024
1 parent 0a15cae commit 30d1b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ extends: .github
queue_rules:
- name: hotfix
allow_inplace_checks: true
conditions:
queue_conditions:
- and: &CheckRuns
- check-success=linters
speculative_checks: 5

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

- name: lowprio
allow_inplace_checks: true
conditions:
queue_conditions:
- and: *CheckRuns
- schedule=Mon-Fri 09:00-17:00[Europe/Paris]
batch_size: 7
Expand Down

0 comments on commit 30d1b38

Please sign in to comment.