From 63b6a7026d3ce11974c33d31fa3beb4deba7b5ba Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:22:37 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 2d967d1..6579c99 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -86,9 +86,7 @@ merge_protections: - author != dependabot[bot] - author != dosubot[bot] success_conditions: - - "title ~= - ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\ - \\))?:" + - "title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\\))?:" - name: Full CI must pass description: All CI checks must pass. This protection prevents manual merges that bypass the merge queue. @@ -113,3 +111,5 @@ merge_protections: - base = main success_conditions: - "#commits-behind <= 10" +merge_protections_settings: + reporting_method: check-runs