We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a9ac4 commit 2a0d819Copy full SHA for 2a0d819
1 file changed
.github/workflows/pull_upstream.yml
@@ -61,6 +61,6 @@ jobs:
61
if: steps.commit.outcome == 'success'
62
shell: bash
63
run: |
64
- gh pr create --fill --head pull_upstream
+ gh pr create --fill --base ${{ github.ref_name }} --head pull_upstream
65
env:
66
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments