From 4c7e19c9048486f95df15f7ab2af7331572554c5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:23:32 +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 a84fb6d..c71eb6d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,14 +13,12 @@ queue_rules: - status-success=package-dotnet - status-success=package-go 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 dd7591d2f74df2763f27cb496efba60054f398f6 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:25:39 +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 c71eb6d..a84fb6d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,12 +13,14 @@ queue_rules: - status-success=package-dotnet - status-success=package-go 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: