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 d6046c75aa
commit 80a858e779

3
.github/labeler.yml vendored
View file

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