discourse/.github/labeler.yml
Gerhard Schlager ce57969016
DEV: Add "migrations-tooling" label to PRs for import scripts (#25062)
Also, PRs for import scripts should automatically be assigned to the migrations-tooling group.
2023-12-28 21:26:05 +01:00

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/**/*