Skip to content

Commit

Permalink
DEV: Add "migrations-tooling" label to PRs for import scripts (discou…
Browse files Browse the repository at this point in the history
…rse#25062)

Also, PRs for import scripts should automatically be assigned to the migrations-tooling group.
gschlager authored Dec 28, 2023
1 parent d760138 commit ce57969
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**/*
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/migrations/ @discourse/migrations-tooling
/script/bulk_import/ @discourse/migrations-tooling
/script/import_scripts/ @discourse/migrations-tooling

0 comments on commit ce57969

Please sign in to comment.