CI/AI translate: change path filter action
This commit is contained in:
parent
80b96a3166
commit
6b8e3358d6
1 changed files with 5 additions and 5 deletions
10
.github/workflows/translation-ai-check.yml
vendored
10
.github/workflows/translation-ai-check.yml
vendored
|
|
@ -22,16 +22,16 @@ jobs:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- uses: dorny/paths-filter@v3
|
- uses: yumemi-inc/path-filter@v2
|
||||||
id: changes
|
id: changes
|
||||||
with:
|
with:
|
||||||
filters: |
|
patterns: |
|
||||||
i18n:
|
src/i18n/**
|
||||||
- 'src/i18n/**'
|
|
||||||
review:
|
review:
|
||||||
name: Review Translation
|
name: Review Translation
|
||||||
needs: changes
|
needs: changes
|
||||||
if: ${{ needs.changes.outputs.i18n == 'true' }}
|
if: ${{ needs.changes.outputs.exists == 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
OPENAI_MODEL: gpt-5-mini
|
OPENAI_MODEL: gpt-5-mini
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue