From 252dd5b426be77b1461667d4374f2a2854495249 Mon Sep 17 00:00:00 2001 From: dunkeroni Date: Sat, 3 Jan 2026 12:56:21 -0800 Subject: [PATCH] Add @dunkeroni as code owner for some paths (#8732) Co-authored-by: Lincoln Stein --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9901929c42..90cc79af9b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ /mkdocs.yml @lstein @blessedcoolant # nodes -/invokeai/app/ @blessedcoolant @lstein @Pfannkuchensack @JPPhoto +/invokeai/app/ @blessedcoolant @lstein @dunkeroni @JPPhoto # installation and configuration /pyproject.toml @lstein @blessedcoolant @@ -18,15 +18,15 @@ /invokeai/version @lstein @blessedcoolant # web ui -/invokeai/frontend @blessedcoolant @lstein +/invokeai/frontend @blessedcoolant @lstein @dunkeroni # generation, model management, postprocessing -/invokeai/backend @lstein @blessedcoolant @JPPhoto +/invokeai/backend @lstein @blessedcoolant @dunkeroni @JPPhoto # front ends /invokeai/frontend/CLI @lstein /invokeai/frontend/install @lstein /invokeai/frontend/merge @lstein @blessedcoolant /invokeai/frontend/training @lstein @blessedcoolant -/invokeai/frontend/web @blessedcoolant @lstein @Pfannkuchensack +/invokeai/frontend/web @blessedcoolant @lstein @dunkeroni @Pfannkuchensack