From 257ff04df25025176557ddabcf3b2d957bf2b1f6 Mon Sep 17 00:00:00 2001 From: Mergify <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:33:17 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .github/mergify.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 7cef0bbc0c..3ad4a14eb7 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,9 +1,12 @@ queue_rules: - name: default - conditions: + queue_conditions: + - author~=^dependabot(|-preview)\[bot\]$ + merge_conditions: # Conditions to get out of the queue (= merged) - check-success=Run Unit and UI tests - check-success=license/cla + merge_method: squash pull_request_rules: - name: Automatic approve on dependabot PR @@ -13,17 +16,13 @@ pull_request_rules: review: type: APPROVE - - name: Automatic merge on approval - conditions: - - author~=^dependabot(|-preview)\[bot\]$ - actions: - queue: - method: squash - name: default - - name: Thank contributor conditions: - merged actions: comment: - message: "Thank you @{{author}} for your contribution!" \ No newline at end of file + message: "Thank you @{{author}} for your contribution!" + - name: Automatic merge on approval + conditions: [] + actions: + queue: