diff options
| author | Johann150 <johann.galle@protonmail.com> | 2022-05-24 11:14:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 11:14:00 +0200 |
| commit | 33debe73d56ded12ff9623791e9654a0c2c54a4e (patch) | |
| tree | 9e2664d6e2295ffd8eb2c061f172d1e20ed18d07 /.github | |
| parent | fix: wrong type for isVisibleForMe (diff) | |
| download | misskey-33debe73d56ded12ff9623791e9654a0c2c54a4e.tar.gz misskey-33debe73d56ded12ff9623791e9654a0c2c54a4e.tar.bz2 misskey-33debe73d56ded12ff9623791e9654a0c2c54a4e.zip | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/labeler.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 5d4564c683..dff3935571 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,3 +3,6 @@ '🖥️Client': - packages/client/**/* + +'‼️ wrong locales': +- any: ['locales/*.yml', '!locales/ja-JP.yml'] |