mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
ce57969016
Also, PRs for import scripts should automatically be assigned to the migrations-tooling group.
11 lines
240 B
YAML
11 lines
240 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/**/*
|