diff --git a/.github/workflows/detect-changed-packages.yml b/.github/workflows/detect-changed-packages.yml index eba6198..ec7902a 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'