Skip to content

Commit f0e3543

Browse files
committed
Automation proc update
1 parent 990b7b8 commit f0e3543

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-upstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
with:
9999
token: ${{ env.PR_CREATE_TOKEN }}
100100
branch: ci/sync-upstream
101+
base: ${{ github.event.repository.default_branch }}
101102
title: 'Sync from upstream with transformations'
102103
body: |
103104
This PR was created automatically by the Sync Upstream workflow.
@@ -114,6 +115,7 @@ jobs:
114115
uses: peter-evans/create-pull-request@v6
115116
with:
116117
branch: ci/sync-upstream
118+
base: ${{ github.event.repository.default_branch }}
117119
title: 'Sync from upstream with transformations'
118120
body: |
119121
This PR was created automatically by the Sync Upstream workflow.

0 commit comments

Comments
 (0)