mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
## Summary Remove team assignments from CODEOWNERS to reduce notification noise for internal PRs. Add a workflow that requests team review only when external contributors open PRs. ## Changes - **What**: Strip `@Comfy-org/comfy_frontend_devs` and `@Comfy-Org/comfy_maintainer` from all CODEOWNERS entries (keep individual user assignments). Add `pr-request-team-review.yaml` workflow that uses `pull_request_target` to request team review for non-collaborator PRs. - **Dependencies**: None ## Review Focus - The workflow uses `pull_request_target` but does not check out or execute any untrusted code — it only runs `gh pr edit --add-reviewer`. - The `author_association` check excludes OWNER, MEMBER, and COLLABORATOR — internal PRs will not trigger team review requests. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10104-chore-replace-team-CODEOWNERS-with-external-PR-review-workflow-3256d73d3650813b887ac16b5e97b4c4) by [Unito](https://www.unito.io)
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
# Desktop/Electron
|
|
/apps/desktop-ui/ @benceruleanlu
|
|
/src/stores/electronDownloadStore.ts @benceruleanlu
|
|
/src/extensions/core/electronAdapter.ts @benceruleanlu
|
|
/vite.electron.config.mts @benceruleanlu
|
|
|
|
# Common UI Components
|
|
/src/components/chip/ @viva-jinyi
|
|
/src/components/card/ @viva-jinyi
|
|
/src/components/button/ @viva-jinyi
|
|
/src/components/input/ @viva-jinyi
|
|
|
|
# Topbar
|
|
/src/components/topbar/ @pythongosssss
|
|
|
|
# Thumbnail
|
|
/src/renderer/core/thumbnail/ @pythongosssss
|
|
|
|
# Legacy UI
|
|
/scripts/ui/ @pythongosssss
|
|
|
|
# Link rendering
|
|
/src/renderer/core/canvas/links/ @benceruleanlu
|
|
|
|
# Partner Nodes
|
|
/src/composables/node/useNodePricing.ts @jojodecayz @bigcat88
|
|
|
|
# Node help system
|
|
/src/utils/nodeHelpUtil.ts @benceruleanlu
|
|
/src/stores/workspace/nodeHelpStore.ts @benceruleanlu
|
|
/src/services/nodeHelpService.ts @benceruleanlu
|
|
|
|
# Selection toolbox
|
|
/src/components/graph/selectionToolbox/ @Myestery
|
|
|
|
# Minimap
|
|
/src/renderer/extensions/minimap/ @jtydhr88 @Myestery
|
|
|
|
# Workflow Templates
|
|
/src/platform/workflow/templates/ @Myestery @christian-byrne @comfyui-wiki
|
|
/src/components/templates/ @Myestery @christian-byrne @comfyui-wiki
|
|
|
|
# Mask Editor
|
|
/src/extensions/core/maskeditor.ts @trsommer @brucew4yn3rp
|
|
/src/extensions/core/maskEditorLayerFilenames.ts @trsommer @brucew4yn3rp
|
|
|
|
# 3D
|
|
/src/extensions/core/load3d.ts @jtydhr88
|
|
/src/components/load3d/ @jtydhr88
|
|
|
|
# Manager
|
|
/src/workbench/extensions/manager/ @viva-jinyi @christian-byrne @ltdrdata
|
|
|
|
# LLM Instructions (blank on purpose)
|
|
.claude/
|
|
.cursor/
|
|
.cursorrules
|
|
**/AGENTS.md
|
|
**/CLAUDE.md
|