Labeler fixes
parent
e5fa202a09
commit
9507138f29
|
@ -1,9 +1,3 @@
|
||||||
"♻️ autoupdate":
|
|
||||||
- apps/web/public/static/locales/**/*.json
|
|
||||||
|
|
||||||
automerge:
|
|
||||||
- apps/web/public/static/locales/**/*.json
|
|
||||||
|
|
||||||
"❗️ migrations":
|
"❗️ migrations":
|
||||||
- packages/prisma/migrations/**/migration.sql
|
- packages/prisma/migrations/**/migration.sql
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_translations: true
|
upload_translations: true
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
pull_request_labels: '♻️ autoupdate, automerge'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
|
|
Loading…
Reference in New Issue