From da8c55cd86cb75c9710bb9a8ec0625450d9d01b9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:27:22 +0000 Subject: [PATCH 1/2] ci(mergify): upgrade configuration to current format --- .mergify.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d512092..cc78575 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,14 +9,12 @@ queue_rules: - status-success=build - status-success=package-js merge_method: squash - commit_message_template: |- - {{ title }} (#{{ number }}) - - {{ body }} + commit_message_format: + title: pr-title + body: pr-body pull_request_rules: - name: Automatic merge on approval and successful build actions: - delete_head_branch: {} queue: name: default conditions: From 3e0ee1a162e365dbb87e9822ca819417317a2afc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:29:07 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .mergify.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index cc78575..d512092 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,12 +9,14 @@ queue_rules: - status-success=build - status-success=package-js merge_method: squash - commit_message_format: - title: pr-title - body: pr-body + commit_message_template: |- + {{ title }} (#{{ number }}) + + {{ body }} pull_request_rules: - name: Automatic merge on approval and successful build actions: + delete_head_branch: {} queue: name: default conditions: