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

3
.github/labeler.yml vendored
View File

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