From 352e4c5dd37f4c8e3f5a4f919e13d1f44c45de54 Mon Sep 17 00:00:00 2001 From: Jake Fink Date: Tue, 4 Apr 2023 11:11:14 -0400 Subject: [PATCH] adds codeowners file to repo (#36) * adds codeowners file to repo * move codeowners out of workflows folder --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..aa50419 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Please sort lines alphabetically, this will ensure we don't accidentally add duplicates. +# +# 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/team-auth-dev \ No newline at end of file