From cd774e27d9ed529b7223da2466d9e093ff97bceb Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Fri, 22 Sep 2023 12:50:16 -0700 Subject: [PATCH] Add CODEOWNERS --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..d62e0db2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# For more information on CODEOWNERS, see: +# https://help.github.com/en/articles/about-code-owners + +* @davidsmejia +*.js @nozomione +*.py @arkid15r