Labeler fixes

pull/6430/head
zomars 2023-01-12 08:51:40 -07:00
parent e5fa202a09
commit 9507138f29
2 changed files with 1 additions and 6 deletions

6
.github/labeler.yml vendored
View File

@ -1,9 +1,3 @@
"♻️ autoupdate":
- apps/web/public/static/locales/**/*.json
automerge:
- apps/web/public/static/locales/**/*.json
"❗️ migrations":
- packages/prisma/migrations/**/migration.sql

View File

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