We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889f1b commit d2eb3b3Copy full SHA for d2eb3b3
.github/workflows/backport.yml
@@ -93,13 +93,13 @@ jobs:
93
branch_name: "backport-${pull_number}-to-${target_branch}"
94
95
# Title template for the backport PR
96
- pull_title: "[Backport ${target_branch}] ${pull_title}"
+ pull_title: "${pull_title}"
97
98
# Description template for the backport PR
99
pull_description: |
100
# Backport to ${target_branch}
101
102
- 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}.
103
104
## Original PR Information
105
- **Title**: ${pull_title}
0 commit comments