diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa868cd1b5..03dbb7aac4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,12 +20,19 @@ # Database Operations for database changes src/Sql/** @bitwarden/dept-dbops util/EfShared/** @bitwarden/dept-dbops -util/Migrator/** @bitwarden/dept-dbops +util/Migrator/** @bitwarden/team-platform-dev # The Platform team owns the Migrator project code +util/Migrator/DbScripts/** @bitwarden/dept-dbops +util/Migrator/DbScripts_finalization/** @bitwarden/dept-dbops +util/Migrator/DbScripts_transition/** @bitwarden/dept-dbops +util/Migrator/MySql/** @bitwarden/dept-dbops util/MySqlMigrations/** @bitwarden/dept-dbops util/PostgresMigrations/** @bitwarden/dept-dbops util/SqlServerEFScaffold/** @bitwarden/dept-dbops util/SqliteMigrations/** @bitwarden/dept-dbops +# Shared util projects +util/Setup/** @bitwarden/dept-bre @bitwarden/team-platform-dev + # Auth team **/Auth @bitwarden/team-auth-dev bitwarden_license/src/Sso @bitwarden/team-auth-dev