From 6adab67c37c308b3ceb25be6c766dab64328e0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Mon, 18 Nov 2024 20:47:31 -0500 Subject: [PATCH] Adding code owners file --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4a8c53c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence +* @ProgrammingByPermutation + +# Specifically protect the github folder since it controls +# our code owners as well as our github actions. +/.github/ @ProgrammingByPermutation