From 206d276584055e943c6d4c91856ff883b299cbe9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:20:00 +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 2cb1b8bc..1b08d6c2 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,14 +12,12 @@ queue_rules: - status-success=package-python - status-success=package-dotnet 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 626d2e81f9c5e19650a6ec300726e09328a00070 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:21:33 +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 1b08d6c2..2cb1b8bc 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,12 +12,14 @@ queue_rules: - status-success=package-python - status-success=package-dotnet 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: