From 9859b337b460291c29bef55dcbf36cad98ac31d6 Mon Sep 17 00:00:00 2001 From: noahyoshida Date: Thu, 5 Dec 2024 13:55:23 -0500 Subject: [PATCH] Create CODEOWNERS Adding in CODEOWNERS file to require code review from the code owners. This is an implementation from the security team on all Public repos. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0af9827 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Codeowners used to ensure Magic full-time employees review all PRs +* @magiclabs/magic-engineering