From 6fd7d60dd08b1f6d332d88d1c603aaa2670b564e Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Fri, 29 Dec 2023 15:04:00 +0100 Subject: [PATCH] Add initial version of CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..9b5f522b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# People marked here will be automatically requested for a review +# when the code that they own is touched. +# https://github.com/blog/2392-introducing-code-owners +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @adilei @HenryJammes @nesrivastavaMS + +/CustomAnalytics @iMicknl @adilei @HenryJammes @nesrivastavaMS \ No newline at end of file