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}