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
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
branch: main-to-release
commit-message: 'chore: sync main to release'
commit-message: 'chore: sync main to release [skip ci]'
title: 'chore: sync main to release'
body: |
이 PR은 main 브랜치의 변경사항을 release 브랜치로 동기화합니다.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-lazy-table-renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
branch: release-to-main
commit-message: 'chore: update version to latest release'
commit-message: 'chore: update version to latest release [skip ci]'
title: 'chore: update version to latest release'
body: |
이 PR은 release 브랜치의 최신 버전 정보로 main 브랜치를 업데이트합니다.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vue-pivottable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
branch: release-to-main
commit-message: 'chore: update version to latest release'
commit-message: 'chore: update version to latest release [skip ci]'
title: 'chore: update version to latest release'
body: |
이 PR은 release 브랜치의 최신 버전 정보로 main 브랜치를 업데이트합니다.
Expand Down