From 5f6e2f038b5a41db65aa6f213d8b1b941e571884 Mon Sep 17 00:00:00 2001 From: Kishan Gajjar - AWS Date: Mon, 8 Sep 2025 16:54:39 -0400 Subject: [PATCH] ci(Mergify): configuration update Signed-off-by: Kishan Gajjar - AWS --- .mergify.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 3297b09c..f5149d60 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,5 +1,10 @@ queue_rules: - name: default + queue_conditions: + # Conditions to get out of the queue (= merged) + - status-success=Run Unit Tests + - status-success=Semantic Pull Request + - status-success=Analyze (javascript) merge_conditions: # Conditions to get out of the queue (= merged) - status-success=Run Unit Tests