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 86c0f88 commit e0dd13cCopy full SHA for e0dd13c
.github/workflows/promote-branch.yml
@@ -170,3 +170,6 @@ jobs:
170
git switch ${{ needs.workflow-variables.outputs.base-branch }}
171
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 }}
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 }}
0 commit comments