From cf4ee077e7ca1059b5ed105f4e37ab8ff2e52eda Mon Sep 17 00:00:00 2001 From: noahyoshida Date: Fri, 6 Dec 2024 15:33:04 -0500 Subject: [PATCH] Create CODEOWNERS (#11) Adding in code owners file to require a code owner to review the code. --- .github/workflows/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 0000000..0af9827 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1,2 @@ +# Codeowners used to ensure Magic full-time employees review all PRs +* @magiclabs/magic-engineering