From 3f1f7f41beac4ff0287bcb5f919efb52856ec27b Mon Sep 17 00:00:00 2001 From: Reonu Date: Thu, 5 Sep 2024 05:24:02 +0200 Subject: [PATCH] Add Arthurtilly to the CODEOWNERS file (#821) * Add Arthurtilly to the CODEOWNERS file * Update CODEOWNERS file to list each global owner on the same line This should (allegedly) fix the issues of only the last entry being treated as an owner for reviews. * Remove thecozies from CODEOWNERS file :( --------- Co-authored-by: Gregory Heskett --- CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 89bbe087..14a903a8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,9 +2,7 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -* @Reonu -* @thecozies -* @gheskett +* @Reonu @gheskett @arthurtilly # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners