feat(dev): highlight editing of wrong locales

Highlight PRs that edit locales other than the ja-JP one so the author may see and fix it themselves.
This commit is contained in:
Johann150 2022-05-24 11:14:00 +02:00 committed by GitHub
parent 6b109c7b0f
commit 33debe73d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.github/labeler.yml vendored
View File

@ -3,3 +3,6 @@
'🖥Client':
- packages/client/**/*
'‼️ wrong locales':
- any: ['locales/*.yml', '!locales/ja-JP.yml']