Skip to content

Commit 2450d84

Browse files
committed
fix: Remove tag from backported PR titles
1 parent 0df72c4 commit 2450d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/backport-pr-to-patch-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ git push -u origin "$BRANCH_NAME" --no-verify
9494
# Create a PR
9595
gh pr create --base "$PATCH_RELEASE_BRANCH" \
9696
--head "$BRANCH_NAME" \
97-
--title "[🍒 $PR_NUMBER] $PR_TITLE" \
97+
--title "🍒 $PR_NUMBER - $PR_TITLE" \
9898
--body "Backport #$PR_NUMBER to $PATCH_RELEASE_BRANCH" \
9999
--label "$PR_LABELS"
100100

0 commit comments

Comments
 (0)