We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc77099 commit 2ef4cb9Copy full SHA for 2ef4cb9
1 file changed
.github/workflows/detect-changed-packages.yml
@@ -31,10 +31,11 @@ jobs:
31
run: pnpm install --frozen-lockfile
32
33
- name: 'detect changed packages'
34
- uses: NaverPayDev/changeset-actions/detect-add@main
+ uses: NaverPayDev/changeset-actions/detect-add@feature/9_en
35
with:
36
github_token: ${{ secrets.ACTION_TOKEN }}
37
packages_dir: packages,share
38
skip_label: skip-detect-change
39
skip_branches: main
40
formatting_script: pnpm run markdownlint:fix
41
+ language: kr
0 commit comments