Skip to content

Commit e0dd13c

Browse files
committed
aksjhfwd
1 parent 86c0f88 commit e0dd13c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/promote-branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,6 @@ jobs:
170170
git switch ${{ needs.workflow-variables.outputs.base-branch }}
171171
git checkout -b ${{ needs.workflow-variables.outputs.target-branch }} origin/${{ needs.workflow-variables.outputs.target-branch }} || git checkout -b ${{ needs.workflow-variables.outputs.target-branch }}
172172
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 }}

0 commit comments

Comments
 (0)