From e6b02daa80f90b59e2aafed3484448e49a366e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Fri, 10 Jan 2025 21:11:58 +0000 Subject: [PATCH] chore(ci): update mergify script With #5683 the automatically merge of `send-it` labeled PR's was lost. This PR brings it back Pull-Request: #5808. --- .github/mergify.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index a439be11b10..316be305382 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -52,8 +52,16 @@ pull_request_rules: actions: queue: + - name: Add send-it labeled PRs to merge queue + conditions: + # All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection + - base=master + - label=send-it + actions: + queue: + queue_rules: - - name: Add to merge queue + - name: default merge queue queue_conditions: - label=send-it - base=master