From 3cc40b93d22cb5659828187fbbf93ad4339dab58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Thu, 17 Oct 2024 11:30:25 +0200 Subject: [PATCH] Update .github/CODEOWNERS Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com> --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 513ec7c42c43..80622686f451 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,10 +14,12 @@ .github/workflows/publish.yml @bitwarden/dept-bre ## These are shared workflows ## +.github/workflows/_move_finalization_db_scripts.yml +.github/workflows/build.yml .github/workflows/cleanup-after-pr.yml .github/workflows/cleanup-rc-branch.yml .github/workflows/release.yml -.github/workflows/version-bump.yml +.github/workflows/repository-management.yml # Database Operations for database changes src/Sql/** @bitwarden/dept-dbops