From 7e74624598a331d845b2823a1d168c41d5a11b93 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:33:11 +0000 Subject: [PATCH 1/2] ci(mergify): upgrade configuration to current format --- .mergify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d512092..d9b04c5 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: @@ -26,3 +24,5 @@ pull_request_rules: - status-success=package-js merge_queue: max_parallel_checks: 1 +merge_protections_settings: + reporting_method: check-runs From 7b14a9248abe3442957f4eecf3101cc4f21b2675 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:35:06 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .mergify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d9b04c5..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: @@ -24,5 +26,3 @@ pull_request_rules: - status-success=package-js merge_queue: max_parallel_checks: 1 -merge_protections_settings: - reporting_method: check-runs