Skip to content

Commit 50c0cb0

Browse files
committed
Apply suggestions from code review
1 parent ace0747 commit 50c0cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr-precise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
script: |
8282
await github.rest.pulls.create({
8383
...context.repo,
84-
title: `Pick [${{steps.branch_info.outputs.CURRENT_VERSION}} to ${{steps.branch_info.outputs.NEXT_VERSION}}] ${{steps.merge-changes.outputs.TITLE}}`,
84+
title: `[Pick][${{steps.branch_info.outputs.CURRENT_VERSION}} to ${{steps.branch_info.outputs.NEXT_VERSION}}] ${{steps.merge-changes.outputs.TITLE}}`,
8585
head: `${{steps.create_branch.outputs.PRBRANCH}}`,
8686
base: `${{steps.branch_info.outputs.NEXT_BRANCH}}`,
8787
body: `${{steps.merge-changes.outputs.MESSAGE}}\nGenerated by Auto PR, by cherry-pick related commits`,

0 commit comments

Comments
 (0)