From dbc433b7fae6db13b82a35218140310d326411a1 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Fri, 8 Sep 2023 14:33:37 -0400 Subject: [PATCH] Add CODEOWNERS (#220) --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..632eb5ff8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# Please sort into logical groups with comment headers. Sort groups in order of specificity. +# For example, default owners should always be the first group. +# Sort lines alphabetically within these groups to avoid accidentally adding duplicates. +# +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + + +# DevOps for Actions and other workflow changes. +.github/workflows @bitwarden/dept-devops