From bdca68305cddbca438f1b7dc051f09e76f539f9b Mon Sep 17 00:00:00 2001 From: Cal Bera Date: Fri, 15 Aug 2025 10:40:13 -0700 Subject: [PATCH] chore(actions): improve backport PRs for readability --- .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 6a5fdc9f5d..4ef26cda6e 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -93,13 +93,13 @@ jobs: branch_name: "backport-${pull_number}-to-${target_branch}" # Title template for the backport PR - pull_title: "[Backport ${target_branch}] ${pull_title}" + pull_title: "${pull_title}" # Description template for the backport PR pull_description: | # Backport to ${target_branch} - This is an automatic backport of pull request #${pull_number} to `${target_branch}`. + This is an automatic backport of pull request #${pull_number} to ${target_branch}. ## Original PR Information - **Title**: ${pull_title}