Skip to content

Commit 520af8a

Browse files
feat: 외부 fork PR에 changeset 가이드 코멘트 자동 추가
- changeset-actions의 fork_guide_enabled 옵션 사용 - 내부 PR: 기존대로 자동 changeset 감지 및 생성 - Fork PR: 한글/영어로 changeset 생성 방법 안내 코멘트 추가
1 parent 1d0edde commit 520af8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/detect-changed-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
run: pnpm install --frozen-lockfile
3232

3333
- name: 'detect changed packages'
34-
uses: NaverPayDev/changeset-actions/detect-add@main
34+
uses: NaverPayDev/changeset-actions/detect-add@feature/fork-guide
3535
with:
3636
github_token: ${{ secrets.ACTION_TOKEN }}
3737
packages_dir: packages,share
3838
skip_label: skip-detect-change
3939
skip_branches: main
4040
formatting_script: pnpm run markdownlint:fix
41+
fork_guide_enabled: 'true'

0 commit comments

Comments
 (0)