We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bcf2e commit 10eebb6Copy full SHA for 10eebb6
.github/CODEOWNERS
@@ -1,12 +1,12 @@
1
# continuous integration
2
-/.github/workflows/ @lstein @blessedcoolant @jazzhaiku
+/.github/workflows/ @lstein @blessedcoolant
3
4
# documentation
5
/docs/ @lstein @blessedcoolant
6
/mkdocs.yml @lstein @blessedcoolant
7
8
# nodes
9
-/invokeai/app/ @blessedcoolant @lstein @jazzhaiku
+/invokeai/app/ @blessedcoolant @lstein
10
11
# installation and configuration
12
/pyproject.toml @lstein @blessedcoolant
@@ -21,7 +21,7 @@
21
/invokeai/frontend @blessedcoolant @lstein
22
23
# generation, model management, postprocessing
24
-/invokeai/backend @lstein @blessedcoolant @jazzhaiku
+/invokeai/backend @lstein @blessedcoolant
25
26
# front ends
27
/invokeai/frontend/CLI @lstein
0 commit comments