From ccdb138bb8abbe479001cf6e97861370b0e99a64 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 bb541ea7..8107dd70 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @dead-claudia @StephanHoyer +* @MithrilJS/Collaborators