Skip to content

Commit 72cc612

Browse files
committed
sfdsfvwa
1 parent e0dd13c commit 72cc612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ jobs:
172172
git push --set-upstream origin ${{ needs.workflow-variables.outputs.target-branch }}
173173
- name: 'Create PR'
174174
run: |
175-
gh pr create --title "" --base ${{ needs.workflow-variables.outputs.target-branch }} --head ${{ needs.workflow-variables.outputs.current-branch }}
175+
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

Comments
 (0)