From 10eebb6c0c5527593b4ca1ba39307283203a017d Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 2 Nov 2025 15:11:14 -0500 Subject: [PATCH] remove jazzhaiku as well --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95f4a41411..2bda720dc8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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