From 552ad99a645fc1338f4fb886398bd18fabe83cc7 Mon Sep 17 00:00:00 2001 From: Matthew Hatcher <3768988+MatthewSH@users.noreply.github.com> Date: Sat, 9 Dec 2023 04:58:55 -0600 Subject: [PATCH] feat: add Discordeno team to codeowners (#3199) * 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 --------- Co-authored-by: ITOH --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db0530a2e..29c9ac15f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -* @H01001000 @Fleny113 @MatthewSH @Skillz4Killz @itohatweb +* @discordeno/team @Skillz4Killz @itohatweb /.github/CODEOWNERS @Skillz4Killz @itohatweb /.github/workflows/ @H01001000