From 4cf2142b6811d80700c58b334f724878517825a4 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 9 Nov 2023 10:39:04 -0500 Subject: [PATCH] Add DbOps for database changes (#3420) --- .github/CODEOWNERS | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 20bd4f3195..50726279c3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,19 +2,23 @@ # # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -# The following owners will be the default owners for everything in the repo. -# Unless a later match takes precedence +# The following owners will be the default owners for everything in the repo +# unless a later match takes precedence * @bitwarden/tech-leads -# DevOps for Actions and other workflow changes. +# DevOps for Actions and other workflow changes .github/workflows @bitwarden/dept-devops -# DevOps for Docker changes. +# DevOps for Docker changes **/Dockerfile @bitwarden/dept-devops **/*.Dockerfile @bitwarden/dept-devops **/.dockerignore @bitwarden/dept-devops -## Auth team files ## +# Database Operations for database changes +src/Sql/** @bitwarden/dept-dbops +util/Migrator/** @bitwarden/dept-dbops + +# Auth team **/Auth @bitwarden/team-auth-dev bitwarden_license/src/Sso @bitwarden/team-auth-dev src/Identity @bitwarden/team-auth-dev @@ -22,17 +26,17 @@ src/Identity @bitwarden/team-auth-dev **/SecretsManager @bitwarden/team-secrets-manager-dev **/Tools @bitwarden/team-tools-dev -## Vault Team files +# Vault team **/Vault @bitwarden/team-vault-dev **/Vault/AuthorizationHandlers @bitwarden/team-vault-dev @bitwarden/team-admin-console-dev # joint ownership over authorization handlers that affect organization users -# Admin-Console Team +# Admin Console team **/AdminConsole @bitwarden/team-admin-console-dev bitwarden_license/src/Scim @bitwarden/team-admin-console-dev bitwarden_license/src/test/Scim.IntegrationTest @bitwarden/team-admin-console-dev bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev -# Billing Team +# Billing team **/*billing* @bitwarden/team-billing-dev **/*bitpay* @bitwarden/team-billing-dev **/*braintree* @bitwarden/team-billing-dev @@ -43,6 +47,6 @@ bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev **/*subscription* @bitwarden/team-billing-dev **/Billing @bitwarden/team-billing-dev -# Multiple Owners +# Multiple owners **/packages.lock.json Directory.Build.props