From c1f1ac152729c0bf80fb3214d7ba0f15101eb6f1 Mon Sep 17 00:00:00 2001 From: Matthew Hatcher <3768988+MatthewSH@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:50:02 -0600 Subject: [PATCH] feat: add individuals to codeowners (#3201) * feat: add DD team with DD core to codeowners * fix: revert back to Skillz and Itoh directly for now core team is missing write permissions * feat: only allow Skillz and Itoh to make CODEOWNER changes * feat: add H0, Fleny, and Matt to CODEOWNERS --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e55500c8b..db0530a2e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,6 @@ -* @Skillz4Killz @itohatweb +* @H01001000 @Fleny113 @MatthewSH @Skillz4Killz @itohatweb +/.github/CODEOWNERS @Skillz4Killz @itohatweb /.github/workflows/ @H01001000 /.github/sync.yml @H01001000 /.yarn/ @H01001000