From f1de238fc00c738c56140796018be9084c2b5d21 Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Fri, 27 Dec 2024 09:18:00 -0500 Subject: [PATCH] Update CODEOWNERS (#176) --- .github/CODEOWNERS | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ed8a879..3968c28 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,6 @@ # # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -# Default file owners -* @bitwarden/team-secrets-manager-dev - -# Shared workflow ownership -.github/workflows/build-test.yml @bitwarden/dept-bre @bitwarden/team-secrets-manager-dev -.github/workflows/release.yml @bitwarden/dept-bre @bitwarden/team-secrets-manager-dev +# Workflow ownership +.github/workflows/build-test.yml @bitwarden/dept-bre +.github/workflows/release.yml @bitwarden/dept-bre