From ad82995b4f7651ecba7aeafdf3278903587c147e Mon Sep 17 00:00:00 2001 From: Guillaume Risbourg Date: Fri, 14 Mar 2025 15:18:12 +0100 Subject: [PATCH] ci(mergify): remove deprecated configuration Change-Id: Id4acb20ba954e2f255c1c2b51fbfc18b8203d47c --- .mergify.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 04ddba0..4af815f 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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 @@ -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 @@ -118,3 +114,6 @@ pull_request_rules: request_reviews: teams: - devs + +merge_queue: + max_parallel_checks: 5