remove jazzhaiku as well

This commit is contained in:
Lincoln Stein
2025-11-02 15:11:14 -05:00
committed by Kent Keirsey
parent 68bcf2ebe0
commit 10eebb6c0c

6
.github/CODEOWNERS vendored
View File

@@ -1,12 +1,12 @@
# continuous integration
/.github/workflows/ @lstein @blessedcoolant @jazzhaiku
/.github/workflows/ @lstein @blessedcoolant
# documentation
/docs/ @lstein @blessedcoolant
/mkdocs.yml @lstein @blessedcoolant
# nodes
/invokeai/app/ @blessedcoolant @lstein @jazzhaiku
/invokeai/app/ @blessedcoolant @lstein
# installation and configuration
/pyproject.toml @lstein @blessedcoolant
@@ -21,7 +21,7 @@
/invokeai/frontend @blessedcoolant @lstein
# generation, model management, postprocessing
/invokeai/backend @lstein @blessedcoolant @jazzhaiku
/invokeai/backend @lstein @blessedcoolant
# front ends
/invokeai/frontend/CLI @lstein