Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Merged
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
9 changes: 4 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ shared:
{{ body }}
allow_inplace_checks: true
merge_method: squash
speculative_checks: 5
CheckRuns: &CheckRuns
- check-success=linters
- check-success=validate_orb
Expand Down Expand Up @@ -82,13 +81,10 @@ queue_rules:
- and:
- not: *IsPublicHolidays
- schedule=Mon-Fri 09:00-17:00[Europe/Paris]
speculative_checks: 1
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

pull_request_rules:
- name: automatic merge
Expand Down Expand Up @@ -118,3 +114,6 @@ pull_request_rules:
request_reviews:
teams:
- devs

merge_queue:
max_parallel_checks: 5
Loading