File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 uses : peter-evans/create-pull-request@v5
3232 with :
3333 token : ${{ steps.generate-token.outputs.token }}
34- base : main
35- branch : release
34+ base : release
35+ branch : main
3636 title : ' chore: sync main to release'
3737 body : |
3838 이 PR은 메인 브랜치의 변경사항을 릴리즈 브랜치로 동기화합니다.
Original file line number Diff line number Diff line change 5959 uses : peter-evans/create-pull-request@v5
6060 with :
6161 token : ${{ secrets.GITHUB_TOKEN }}
62- branch : release
63- base : main
62+ branch : main
63+ base : release
6464 title : ' chore: update version to latest release'
6565 body : |
6666 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 5555 uses : peter-evans/create-pull-request@v5
5656 with :
5757 token : ${{ secrets.GITHUB_TOKEN }}
58- branch : release
59- base : main
58+ branch : main
59+ base : release
6060 title : ' chore: update version to latest release'
6161 body : |
6262 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