From 33debe73d56ded12ff9623791e9654a0c2c54a4e Mon Sep 17 00:00:00 2001 From: Johann150 Date: Tue, 24 May 2022 11:14:00 +0200 Subject: [PATCH] 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. --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5d4564c68..dff393557 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']