From 851e2ce82d80710411e511b376d37eca1d8c3cfb Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:24:50 -0800 Subject: [PATCH] chore: add codeowners to template --- .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 0000000..77a1409 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file + +* # @ownerUnlessOverridden +.github/** # @CICD owners +docs/** # @docOwners +**/*.js # @jsOwners +**/*.ts # @tsOwners