mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-03-16 08:01:05 +02:00

Highlight PRs that edit locales other than the ja-JP one so the author may see and fix it themselves.
8 lines
153 B
YAML
8 lines
153 B
YAML
'⚙️Server':
|
||
- packages/backend/**/*
|
||
|
||
'🖥️Client':
|
||
- packages/client/**/*
|
||
|
||
'‼️ wrong locales':
|
||
- any: ['locales/*.yml', '!locales/ja-JP.yml']
|