From 7185e3886aa6f8f08461460746bf2231100b97b7 Mon Sep 17 00:00:00 2001 From: Alexander Eichhorn Date: Sat, 3 Jan 2026 16:23:57 +0100 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2bda720dc83..5e551af5646 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ /mkdocs.yml @lstein @blessedcoolant # nodes -/invokeai/app/ @blessedcoolant @lstein +/invokeai/app/ @blessedcoolant @lstein @Pfannkuchensack # installation and configuration /pyproject.toml @lstein @blessedcoolant @@ -18,7 +18,7 @@ /invokeai/version @lstein @blessedcoolant # web ui -/invokeai/frontend @blessedcoolant @lstein +/invokeai/frontend @blessedcoolant @lstein # generation, model management, postprocessing /invokeai/backend @lstein @blessedcoolant @@ -28,5 +28,5 @@ /invokeai/frontend/install @lstein /invokeai/frontend/merge @lstein @blessedcoolant /invokeai/frontend/training @lstein @blessedcoolant -/invokeai/frontend/web @blessedcoolant @lstein +/invokeai/frontend/web @blessedcoolant @lstein @Pfannkuchensack