From 2dbda38500bde0d5a1bf07366185e6dade3e4fd8 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Wed, 17 May 2023 13:26:45 -0700 Subject: [PATCH] Move from individual code owners to just pinging all collaborators Most collaborators have commit access, and it'd make it a little easier (and more likely) for pull requests to get reviewed. Also, most collaborators have merge access as well. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb541ea7e..8107dd709 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @dead-claudia @StephanHoyer +* @MithrilJS/Collaborators