We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dd13c commit 72cc612Copy full SHA for 72cc612
.github/workflows/promote-branch.yml
@@ -172,4 +172,4 @@ jobs:
172
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
173
- name: 'Create PR'
174
run: |
175
- gh pr create --title "" --base ${{ needs.workflow-variables.outputs.target-branch }} --head ${{ needs.workflow-variables.outputs.current-branch }}
+ gh pr create --title "Promote ${{ needs.workflow-variables.outputs.current-branch }} to ${{ needs.workflow-variables.outputs.target-branch }}" --fill-verbose --base ${{ needs.workflow-variables.outputs.target-branch }} --head ${{ needs.workflow-variables.outputs.current-branch }}
0 commit comments