From 520af8a98c4bcc67d0583620242520b4424cfcbf Mon Sep 17 00:00:00 2001 From: yceffort Date: Tue, 30 Dec 2025 15:23:21 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=99=B8=EB=B6=80=20fork=20PR=EC=97=90?= =?UTF-8?q?=20changeset=20=EA=B0=80=EC=9D=B4=EB=93=9C=20=EC=BD=94=EB=A9=98?= =?UTF-8?q?=ED=8A=B8=20=EC=9E=90=EB=8F=99=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - changeset-actions의 fork_guide_enabled 옵션 사용 - 내부 PR: 기존대로 자동 changeset 감지 및 생성 - Fork PR: 한글/영어로 changeset 생성 방법 안내 코멘트 추가 --- .github/workflows/detect-changed-packages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/detect-changed-packages.yml b/.github/workflows/detect-changed-packages.yml index eba61986..ec7902ac 100644 --- a/.github/workflows/detect-changed-packages.yml +++ b/.github/workflows/detect-changed-packages.yml @@ -31,10 +31,11 @@ jobs: run: pnpm install --frozen-lockfile - name: 'detect changed packages' - uses: NaverPayDev/changeset-actions/detect-add@main + uses: NaverPayDev/changeset-actions/detect-add@feature/fork-guide with: github_token: ${{ secrets.ACTION_TOKEN }} packages_dir: packages,share skip_label: skip-detect-change skip_branches: main formatting_script: pnpm run markdownlint:fix + fork_guide_enabled: 'true'