diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2bda720dc83..43951d07c55 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