Skip to content

Commit 32e97a0

Browse files
committed
Sync master to development automatically
Signed-off-by: Marvin Froeder <[email protected]>
1 parent f4eea79 commit 32e97a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-master-to-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create Pull Request
3535
if: steps.check_diff.outcome == 'failure'
3636
run: |
37-
gh pr create --base master --head querydsl-7.0 -t "Sync master into querydsl-7.0" -b "This PR syncs changes from master into querydsl-7.0"
37+
gh pr create --base querydsl-7.0 --head master -t "Sync master into querydsl-7.0" -b "This PR syncs changes from master into querydsl-7.0"
3838
env:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
continue-on-error: true

0 commit comments

Comments
 (0)