chore(CI/CD): add pfannkuchensack to codeowners for backend (#8915)

This commit is contained in:
Lincoln Stein 2026-02-25 21:30:49 -05:00 committed by GitHub
parent 7aa3c95767
commit 21efa70b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/CODEOWNERS vendored
View File

@ -11,17 +11,17 @@
# installation and configuration
/pyproject.toml @lstein @blessedcoolant
/docker/ @lstein @blessedcoolant
/scripts/ @lstein
/installer/ @lstein
/invokeai/assets @lstein
/invokeai/configs @lstein
/scripts/ @lstein @blessedcoolant
/installer/ @lstein @blessedcoolant
/invokeai/assets @lstein @blessedcoolant
/invokeai/configs @lstein @blessedcoolant
/invokeai/version @lstein @blessedcoolant
# web ui
/invokeai/frontend @blessedcoolant @lstein @dunkeroni
# generation, model management, postprocessing
/invokeai/backend @lstein @blessedcoolant @dunkeroni @JPPhoto
/invokeai/backend @lstein @blessedcoolant @dunkeroni @JPPhoto @Pfannkuchensack
# front ends
/invokeai/frontend/CLI @lstein