From 09b91a1ea57817238d19865ba1b04f3a55a6f4e9 Mon Sep 17 00:00:00 2001 From: Ara Date: Wed, 4 Feb 2026 09:29:15 -0800 Subject: [PATCH] chore: update CODEOWNERS assignments (#9096) - Remove /docs/ from code ownership - Update /.github/ owners to @arafatkatze, @maxpaulus43, @candieduniverse - Update /README.md owner to @juanpflores - Remove former owners @garoth, @sjf, @nickbaumann98 --- .github/CODEOWNERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 23037bb881..1b9a2126f1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,2 @@ -/docs/ -/.github/ @saoudrizwan @garoth @sjf -/README.md @saoudrizwan @nickbaumann98 +/.github/ @saoudrizwan @arafatkatze @maxpaulus43 @candieduniverse +/README.md @saoudrizwan @juanpflores