From 758bf19531f13c6210cf744e11d227f98b54b559 Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Thu, 30 Jul 2026 02:27:18 +0900 Subject: [PATCH] fix: duplicate CODEOWNERS file --- .github/CODEOWNERS | 4 +--- CODEOWNERS | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c09b991..576c2fa3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,4 @@ # This file is described here: https://help.github.com/en/articles/about-code-owners # Global Owners: These members are Maintainers of the docs -* @itowlson -* @kate-goldenring -* @vados-cosmonic \ No newline at end of file +* @itowlson @kate-goldenring @vados-cosmonic @mkatychev @ericgregory \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 6c4d2864..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @itowlson @kate-goldenring @vados-cosmonic @mkatychev @ericgregory