From cc53aa7450d57ecf997b336112b8e0ba1cb3cca9 Mon Sep 17 00:00:00 2001 From: Christopher Co <35273088+christopherco@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:29:57 -0800 Subject: [PATCH] github: copy CODEOWNERS from cc-msft-prototypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds our team as reviewers for PRs automatically again. Signed-off-by: Chris Co Signed-off-by: Aurélien Bombo --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..7707f9ca3677 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# By default, all files require review by members of these teams +* @microsoft/kata-cc-devs @microsoft/kata-cc-admins + +# Modifications to this file require admin approval +/.github/CODEOWNERS @microsoft/kata-cc-admins