From 9bcfdd528b79f890947dd566d1580b3de5de3e8c Mon Sep 17 00:00:00 2001 From: Matt Hatcher <3768988+MatthewSH@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:20:06 -0500 Subject: [PATCH] feat: remove skillz and itoh from global codeowner (#3311) Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 29c9ac15f..357aaa209 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -* @discordeno/team @Skillz4Killz @itohatweb +* @discordeno/team /.github/CODEOWNERS @Skillz4Killz @itohatweb /.github/workflows/ @H01001000