We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495891c commit 4123c14Copy full SHA for 4123c14
.github/workflows/detect-changed-packages.yml
@@ -32,10 +32,11 @@ jobs:
32
run: pnpm install --frozen-lockfile
33
34
- name: 'detect changed packages'
35
- uses: NaverPayDev/changeset-actions/detect-add@main
+ uses: NaverPayDev/changeset-actions/detect-add@feature/9_en
36
with:
37
github_token: ${{ secrets.ACTION_TOKEN }}
38
packages_dir: .
39
skip_label: skip-detect-change
40
skip_branches: main
41
formatting_script: pnpm run markdownlint:fix
42
+ language: 'kr'
0 commit comments