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
uses: actions/checkout@v5
- uses: dorny/paths-filter@v3
- uses: yumemi-inc/path-filter@v2
id: changes
with:
filters: |
i18n:
- 'src/i18n/**'
patterns: |
src/i18n/**
review:
name: Review Translation
needs: changes
if: ${{ needs.changes.outputs.i18n == 'true' }}
if: ${{ needs.changes.outputs.exists == 'true' }}
runs-on: ubuntu-latest
env:
OPENAI_MODEL: gpt-5-mini