mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
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:
parent
d6046c75aa
commit
80a858e779
1 changed files with 3 additions and 0 deletions
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
|
@ -3,3 +3,6 @@
|
|||
|
||||
'🖥️Client':
|
||||
- packages/client/**/*
|
||||
|
||||
'‼️ wrong locales':
|
||||
- any: ['locales/*.yml', '!locales/ja-JP.yml']
|
||||
|
|
Loading…
Reference in a new issue