diff --git a/.github/labeler.yml b/.github/labeler.yml index 939431e273..208260cad2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,3 @@ -"♻️ autoupdate": - - apps/web/public/static/locales/**/*.json - -automerge: - - apps/web/public/static/locales/**/*.json - "❗️ migrations": - packages/prisma/migrations/**/migration.sql diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index c46629f4cb..e0425ba2f2 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -21,6 +21,7 @@ jobs: with: upload_translations: true download_translations: true + pull_request_labels: '♻️ autoupdate, automerge' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}