DEV: Add 'i18n' label to PRs which include changes related to i18n

This commit is contained in:
Gerhard Schlager 2023-01-31 15:08:22 +01:00 committed by Gerhard Schlager
parent 49916b0a0c
commit 1f81e8d857
1 changed files with 7 additions and 0 deletions

7
.github/labeler.yml vendored
View File

@ -8,3 +8,10 @@ migrations-tooling:
- migrations/**/*
- script/bulk_import/**/*
- script/import_scripts/**/*
i18n:
- changed-files:
- any-glob-to-any-file:
- config/locales/*en.yml
- plugins/**/config/locales/*en.yml
- "**/*i18n*"