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:
Gerhard Schlager 2023-12-28 21:26:05 +01:00 committed by GitHub
parent d7601388e5
commit ce57969016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

7
.github/labeler.yml vendored
View File

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

View File

@ -1 +1,3 @@
/migrations/ @discourse/migrations-tooling /migrations/ @discourse/migrations-tooling
/script/bulk_import/ @discourse/migrations-tooling
/script/import_scripts/ @discourse/migrations-tooling