From 39ac93326db1622447f8305a776fffc8d91cef16 Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Fri, 4 Apr 2025 09:53:12 -0400 Subject: [PATCH] [BRE-457] Updating CODEOWNERS for self-host ownership (#5593) --- .github/CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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