Skip to content

Commit ace0747

Browse files
committed
Apply suggestions from code review
1 parent 1257c7f commit ace0747

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
@@ -95,7 +95,7 @@ jobs:
9595
script: |
9696
await github.rest.pulls.create({
9797
...context.repo,
98-
title: `Merge [${{steps.branch_info.outputs.CURRENT_VERSION}} to ${{steps.branch_info.outputs.NEXT_VERSION}}] ${{steps.merge-changes.outputs.TITLE}}`,
98+
title: `[Merge][${{steps.branch_info.outputs.CURRENT_VERSION}} to ${{steps.branch_info.outputs.NEXT_VERSION}}] ${{steps.merge-changes.outputs.TITLE}}`,
9999
head: `${context.ref}`,
100100
base: `${{steps.branch_info.outputs.NEXT_BRANCH}}`,
101101
body: `${{steps.merge-changes.outputs.MESSAGE}}\nGenerated by Auto PR, using merge since cherry-pick failed`,

0 commit comments

Comments
 (0)