Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.generate-token.outputs.token }}
base: main
branch: release
base: release
branch: main
title: 'chore: sync main to release'
body: |
이 PR은 메인 브랜치의 변경사항을 릴리즈 브랜치로 동기화합니다.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-lazy-table-renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: release
base: main
branch: main
base: release
title: 'chore: update version to latest release'
body: |
This PR updates the main branch with the latest version information from the release branch.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-vue-pivottable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: release
base: main
branch: main
base: release
title: 'chore: update version to latest release'
body: |
This PR updates the main branch with the latest version information from the release branch.
Expand Down