Skip to content

Commit d2eb3b3

Browse files
committed
chore(actions): improve backport PRs for readability
1 parent 9889f1b commit d2eb3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
branch_name: "backport-${pull_number}-to-${target_branch}"
9494

9595
# Title template for the backport PR
96-
pull_title: "[Backport ${target_branch}] ${pull_title}"
96+
pull_title: "${pull_title}"
9797

9898
# Description template for the backport PR
9999
pull_description: |
100100
# Backport to ${target_branch}
101101
102-
This is an automatic backport of pull request #${pull_number} to `${target_branch}`.
102+
This is an automatic backport of pull request #${pull_number} to ${target_branch}.
103103
104104
## Original PR Information
105105
- **Title**: ${pull_title}

0 commit comments

Comments
 (0)