DEV: Add 'i18n' label to PRs which include changes related to i18n
This commit is contained in:
parent
49916b0a0c
commit
1f81e8d857
|
@ -8,3 +8,10 @@ migrations-tooling:
|
||||||
- migrations/**/*
|
- migrations/**/*
|
||||||
- script/bulk_import/**/*
|
- script/bulk_import/**/*
|
||||||
- script/import_scripts/**/*
|
- script/import_scripts/**/*
|
||||||
|
|
||||||
|
i18n:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- config/locales/*en.yml
|
||||||
|
- plugins/**/config/locales/*en.yml
|
||||||
|
- "**/*i18n*"
|
||||||
|
|
Loading…
Reference in New Issue