From 3a71e7b08198f125f11e1066dcab630e3deff6e0 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:28:02 +0200 Subject: [PATCH] Add tech-leads as default owners (#3330) Co-authored-by: Daniel James Smith --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e55c457b15..7d87fce8f8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,10 @@ # # 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 +* @bitwarden/tech-leads + # DevOps for Actions and other workflow changes. .github/workflows @bitwarden/dept-devops