From 58c4b903f21f14f7316488f4b3f00bdf069ef0d2 Mon Sep 17 00:00:00 2001 From: Mergify <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:19:25 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .mergify.yml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a45e8b58..c2966458 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,31 +1,30 @@ queue_rules: - name: default - conditions: + queue_conditions: + - and: + - or: + - author~=^dependabot(|-preview)\[bot\]$ + - author=scala-steward + - base=master + - check-success~=build \(2.13.\d+\) + - check-success~=build \(3.\d+.\d+\) + merge_conditions: # Conditions to get out of the queue (= merged) - check-success~=build \(2.13.\d+\) - check-success~=build \(3.\d+.\d+\) + merge_method: squash pull_request_rules: - name: Label dependency-update PRs conditions: - or: - - author~=^dependabot(|-preview)\[bot\]$ - - author=scala-steward + - author~=^dependabot(|-preview)\[bot\]$ + - author=scala-steward actions: label: add: [dependency-update] - - name: Merge dependency-update PRs - conditions: - - and: - - or: - - author~=^dependabot(|-preview)\[bot\]$ - - author=scala-steward - - base=master - - check-success~=build \(2.13.\d+\) - - check-success~=build \(3.\d+.\d+\) + conditions: [] actions: queue: - name: default - method: squash