We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990b7b8 commit f0e3543Copy full SHA for f0e3543
1 file changed
.github/workflows/sync-upstream.yml
@@ -98,6 +98,7 @@ jobs:
98
with:
99
token: ${{ env.PR_CREATE_TOKEN }}
100
branch: ci/sync-upstream
101
+ base: ${{ github.event.repository.default_branch }}
102
title: 'Sync from upstream with transformations'
103
body: |
104
This PR was created automatically by the Sync Upstream workflow.
@@ -114,6 +115,7 @@ jobs:
114
115
uses: peter-evans/create-pull-request@v6
116
117
118
119
120
121
0 commit comments