File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
uses : peter-evans/create-pull-request@v5
32
32
with :
33
33
token : ${{ steps.generate-token.outputs.token }}
34
- base : main
35
- branch : release
34
+ base : release
35
+ branch : main
36
36
title : ' chore: sync main to release'
37
37
body : |
38
38
이 PR은 메인 브랜치의 변경사항을 릴리즈 브랜치로 동기화합니다.
Original file line number Diff line number Diff line change 59
59
uses : peter-evans/create-pull-request@v5
60
60
with :
61
61
token : ${{ secrets.GITHUB_TOKEN }}
62
- branch : release
63
- base : main
62
+ branch : main
63
+ base : release
64
64
title : ' chore: update version to latest release'
65
65
body : |
66
66
This PR updates the main branch with the latest version information from the release branch.
Original file line number Diff line number Diff line change 55
55
uses : peter-evans/create-pull-request@v5
56
56
with :
57
57
token : ${{ secrets.GITHUB_TOKEN }}
58
- branch : release
59
- base : main
58
+ branch : main
59
+ base : release
60
60
title : ' chore: update version to latest release'
61
61
body : |
62
62
This PR updates the main branch with the latest version information from the release branch.
You can’t perform that action at this time.
0 commit comments