mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
18 lines
395 B
YAML
18 lines
395 B
YAML
chat:
|
|
- changed-files:
|
|
- any-glob-to-any-file: plugins/chat/**/*
|
|
|
|
migrations-tooling:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 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*"
|