diff --git a/.github/labeler.yml b/.github/labeler.yml index 3377ba54ffc65..4a7c27c9d554a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,6 +2,9 @@ chat: - changed_files: - any-glob-to-any-file: plugins/chat/**/* -migration: +migrations-tooling: - changed_files: - - any-glob-to-any-file: migrations/**/* + - any-glob-to-any-file: + - migrations/**/* + - script/bulk_import/**/* + - script/import_scripts/**/* diff --git a/CODEOWNERS b/CODEOWNERS index 152432a840491..a2e9f9dc92a2b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,3 @@ /migrations/ @discourse/migrations-tooling +/script/bulk_import/ @discourse/migrations-tooling +/script/import_scripts/ @discourse/migrations-tooling