mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
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.
This commit is contained in:
parent
d7601388e5
commit
ce57969016
7
.github/labeler.yml
vendored
7
.github/labeler.yml
vendored
@ -2,6 +2,9 @@ chat:
|
|||||||
- changed_files:
|
- changed_files:
|
||||||
- any-glob-to-any-file: plugins/chat/**/*
|
- any-glob-to-any-file: plugins/chat/**/*
|
||||||
|
|
||||||
migration:
|
migrations-tooling:
|
||||||
- changed_files:
|
- changed_files:
|
||||||
- any-glob-to-any-file: migrations/**/*
|
- any-glob-to-any-file:
|
||||||
|
- migrations/**/*
|
||||||
|
- script/bulk_import/**/*
|
||||||
|
- script/import_scripts/**/*
|
||||||
|
@ -1 +1,3 @@
|
|||||||
/migrations/ @discourse/migrations-tooling
|
/migrations/ @discourse/migrations-tooling
|
||||||
|
/script/bulk_import/ @discourse/migrations-tooling
|
||||||
|
/script/import_scripts/ @discourse/migrations-tooling
|
||||||
|
Loading…
Reference in New Issue
Block a user