From 21bd9da4016bd210feab8e912a3f9f6e3201c4d8 Mon Sep 17 00:00:00 2001 From: trieutran91 Date: Mon, 6 Dec 2021 12:19:17 +0100 Subject: [PATCH] DX-1653 Switch to queue action --- .github/mergify.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 1e2b119..8694d64 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,3 +1,9 @@ +queue_rules: + - name: default + conditions: + # Conditions to get out of the queue (= merged) + - check-success=build + pull_request_rules: - name: Automatic approve on dependabot PR conditions: @@ -10,9 +16,9 @@ pull_request_rules: conditions: - author~=^dependabot(|-preview)\[bot\]$ actions: - merge: + queue: method: merge - strict: smart + name: default - name: Thank contributor conditions: