CI/AI translate: change path filter action

This commit is contained in:
Mihai Fufezan 2025-11-20 14:31:11 +02:00
parent 80b96a3166
commit 6b8e3358d6
No known key found for this signature in database

View file

@ -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