summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohann150 <johann.galle@protonmail.com>2022-05-24 11:14:00 +0200
committerGitHub <noreply@github.com>2022-05-24 11:14:00 +0200
commit33debe73d56ded12ff9623791e9654a0c2c54a4e (patch)
tree9e2664d6e2295ffd8eb2c061f172d1e20ed18d07 /.github
parentfix: wrong type for isVisibleForMe (diff)
downloadmisskey-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.yml3
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']