We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace0747 commit 50c0cb0Copy full SHA for 50c0cb0
.github/workflows/auto-pr-precise.yml
@@ -81,7 +81,7 @@ jobs:
81
script: |
82
await github.rest.pulls.create({
83
...context.repo,
84
- title: `Pick [${{steps.branch_info.outputs.CURRENT_VERSION}} to ${{steps.branch_info.outputs.NEXT_VERSION}}] ${{steps.merge-changes.outputs.TITLE}}`,
+ title: `[Pick][${{steps.branch_info.outputs.CURRENT_VERSION}} to ${{steps.branch_info.outputs.NEXT_VERSION}}] ${{steps.merge-changes.outputs.TITLE}}`,
85
head: `${{steps.create_branch.outputs.PRBRANCH}}`,
86
base: `${{steps.branch_info.outputs.NEXT_BRANCH}}`,
87
body: `${{steps.merge-changes.outputs.MESSAGE}}\nGenerated by Auto PR, by cherry-pick related commits`,
0 commit comments