From 52948a1bbc1af95c7b0f44db854048eb5515c1c6 Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Sat, 15 Jul 2023 07:49:31 -0400 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ed3ab0375c..13b90f8f80 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ /mkdocs.yml @lstein @blessedcoolant # nodes -/invokeai/app/ @Kyle0654 @blessedcoolant +/invokeai/app/ @Kyle0654 @blessedcoolant @psychedelicious @brandonrising # installation and configuration /pyproject.toml @lstein @blessedcoolant @@ -22,7 +22,7 @@ /invokeai/backend @blessedcoolant @psychedelicious @lstein @maryhipp # generation, model management, postprocessing -/invokeai/backend @damian0815 @lstein @blessedcoolant @jpphoto @gregghelt2 @StAlKeR7779 +/invokeai/backend @damian0815 @lstein @blessedcoolant @gregghelt2 @StAlKeR7779 @brandonrising # front ends /invokeai/frontend/CLI @lstein