From 4f8ec07d2fa5d6448e4b7d3163c842e0952c18f7 Mon Sep 17 00:00:00 2001 From: Jonathan <34005131+JPPhoto@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:40:27 -0500 Subject: [PATCH] Update CODEOWNERS (#8728) Adding @JPPhoto to CODEOWNERS Co-authored-by: Lincoln Stein --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2bda720dc8..43951d07c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ /mkdocs.yml @lstein @blessedcoolant # nodes -/invokeai/app/ @blessedcoolant @lstein +/invokeai/app/ @blessedcoolant @lstein @JPPhoto # installation and configuration /pyproject.toml @lstein @blessedcoolant @@ -21,7 +21,7 @@ /invokeai/frontend @blessedcoolant @lstein # generation, model management, postprocessing -/invokeai/backend @lstein @blessedcoolant +/invokeai/backend @lstein @blessedcoolant @JPPhoto # front ends /invokeai/frontend/CLI @lstein