From 6e13fc222c55ddf8e4696e515cd2fa7ca8b2c008 Mon Sep 17 00:00:00 2001 From: Jake Fink Date: Thu, 1 Jun 2023 16:34:48 -0400 Subject: [PATCH] Fix codeowners file (#39) * add * to catch-all codeowners * add newline --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa50419..d0122e8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # The following owners will be the default owners for everything in the repo. # Unless a later match takes precedence -@bitwarden/team-auth-dev \ No newline at end of file +* @bitwarden/team-auth-dev