From 5444570244bc0149b9e1fe388f8e7ca98309f381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Tue, 21 Apr 2026 17:44:25 +0200 Subject: [PATCH] Fix auto_merge_method formatting in backport.yml --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 7cf33d1..54f8c21 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -32,6 +32,6 @@ jobs: uses: korthout/backport-action@v4 with: add_author_as_assignee: true - auto_merge_method: squash + auto_merge_method: "squash" pull_title: [${target_branch}] ${pull_title} - pull_description: "Automated cherry-pick of #${pull_number} to ${target_branch}." \ No newline at end of file + pull_description: "Automated cherry-pick of #${pull_number} to ${target_branch}."