From 668a165b38d8795dd1f3286ee1db839c07256620 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:03:08 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .mergify.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 91a3c98..395ba31 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -4,7 +4,6 @@ queue_rules: # ───────────────────────────────────────────────────────────────────────── - name: dosubot merge_method: squash - autoqueue: true queue_conditions: - base = main - label != do-not-merge @@ -17,7 +16,6 @@ queue_rules: # ───────────────────────────────────────────────────────────────────────── - name: dependabot-workflows merge_method: squash - autoqueue: true queue_conditions: - base = main - label != do-not-merge @@ -31,7 +29,6 @@ queue_rules: # ───────────────────────────────────────────────────────────────────────── - name: dependabot merge_method: squash - autoqueue: true queue_conditions: - base = main - label != do-not-merge @@ -163,3 +160,19 @@ merge_protections: - "#commits-behind <= 3" merge_protections_settings: reporting_method: check-runs +# auto_merge_conditions reflects the queue_conditions of the queue rules that previously had autoqueue: true. The following queue rules were manual-only ('default') and remain reachable via the `/queue` command. Review and adjust if needed. + auto_merge_conditions: + - or: + - and: + - base = main + - label != do-not-merge + - author = dosubot[bot] + - and: + - base = main + - label != do-not-merge + - author = dependabot[bot] + - "-files ~= ^(?!\\.github/workflows/)" + - and: + - base = main + - label != do-not-merge + - author = dependabot[bot]