From 768f3dbde0607331675153b870e3d2f2404ebd69 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 4 Jan 2026 17:08:45 -0500 Subject: [PATCH] chore: remove codeowners from /docs directory --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 90cc79af9b4..1d13ba6eb3d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,9 @@ # continuous integration /.github/workflows/ @lstein @blessedcoolant -# documentation -/docs/ @lstein @blessedcoolant -/mkdocs.yml @lstein @blessedcoolant +# documentation - anyone with write privileges can review +/docs/ +/mkdocs.yml # nodes /invokeai/app/ @blessedcoolant @lstein @dunkeroni @JPPhoto