Update CODEOWNERS (#8728)

Adding @JPPhoto to CODEOWNERS

Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
This commit is contained in:
Jonathan
2026-01-03 15:40:27 -05:00
committed by GitHub
parent 689953e3cf
commit 4f8ec07d2f

4
.github/CODEOWNERS vendored
View File

@@ -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