From 5ab8e32d49839b78eebd28c8a57de32d39194524 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:29:57 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .github/mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index edb6bc85d..a5743ca06 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -5,9 +5,9 @@ pull_request_rules: actions: merge: method: squash - commit_message_template: |- - {{ title }} (#{{ number }}) - {{ body }} + commit_message_format: + title: pr-title + body: pr-body - name: Automatic merge for Renovate pull requests conditions: - author=renovate[bot]