From 96bfd2f087aa8597392bba653e041a67d85f5c73 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 10:30:24 +0800 Subject: [PATCH 1/7] Update CODEOWNERS to add permissions to teams --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e693955a0..b1ad39d0b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,11 @@ # Admins * @comfyanonymous @kosinkadink @guill @alexisrolland @rattus128 + +# Partner nodes team maintains API nodes +/comfy_api_nodes/ @partner-nodes-mergers + +# Frontend team maintains requirements.txt `comfyui-frontend-package` +/requirements.txt @frontend-team + +# Go to market team maintains requirements.txt `comfyui-workflow-templates` and `comfyui-embedded-docs` +/requirements.txt @gtm-team \ No newline at end of file From 7ac4bd2e134b3e9075787af3d036d456faf180c3 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 10:43:17 +0800 Subject: [PATCH 2/7] Update syntax for team references --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b1ad39d0b..b40dfe4e7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,10 +2,10 @@ * @comfyanonymous @kosinkadink @guill @alexisrolland @rattus128 # Partner nodes team maintains API nodes -/comfy_api_nodes/ @partner-nodes-mergers +/comfy_api_nodes/ @Comfy-Org/partner-nodes-mergers # Frontend team maintains requirements.txt `comfyui-frontend-package` -/requirements.txt @frontend-team +/requirements.txt @Comfy-Org/frontend-team # Go to market team maintains requirements.txt `comfyui-workflow-templates` and `comfyui-embedded-docs` -/requirements.txt @gtm-team \ No newline at end of file +/requirements.txt @Comfy-Org/gtm-team \ No newline at end of file From 09a390b5a11d9bcba17fee45e778fcc94eedbbb4 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 10:44:42 +0800 Subject: [PATCH 3/7] Update back to previous syntax --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b40dfe4e7..b1ad39d0b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,10 +2,10 @@ * @comfyanonymous @kosinkadink @guill @alexisrolland @rattus128 # Partner nodes team maintains API nodes -/comfy_api_nodes/ @Comfy-Org/partner-nodes-mergers +/comfy_api_nodes/ @partner-nodes-mergers # Frontend team maintains requirements.txt `comfyui-frontend-package` -/requirements.txt @Comfy-Org/frontend-team +/requirements.txt @frontend-team # Go to market team maintains requirements.txt `comfyui-workflow-templates` and `comfyui-embedded-docs` -/requirements.txt @Comfy-Org/gtm-team \ No newline at end of file +/requirements.txt @gtm-team \ No newline at end of file From 25585068404378ff58ebdd4b32a8957e2bf95a24 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 10:45:52 +0800 Subject: [PATCH 4/7] Consolidate duplicate /requirements.txt ownership entries into a single line. --- CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b1ad39d0b..2b47849b0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,7 +5,5 @@ /comfy_api_nodes/ @partner-nodes-mergers # Frontend team maintains requirements.txt `comfyui-frontend-package` -/requirements.txt @frontend-team - # Go to market team maintains requirements.txt `comfyui-workflow-templates` and `comfyui-embedded-docs` -/requirements.txt @gtm-team \ No newline at end of file +/requirements.txt @frontend-team @gtm-team \ No newline at end of file From b9421ab7ee818d06014113c2036ea1e3f8f60f7f Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 10:47:25 +0800 Subject: [PATCH 5/7] Update comment --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2b47849b0..d0e027a11 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,6 +4,6 @@ # Partner nodes team maintains API nodes /comfy_api_nodes/ @partner-nodes-mergers -# Frontend team maintains requirements.txt `comfyui-frontend-package` -# Go to market team maintains requirements.txt `comfyui-workflow-templates` and `comfyui-embedded-docs` +# Frontend team maintains `comfyui-frontend-package` +# Go to market team maintains `comfyui-workflow-templates` and `comfyui-embedded-docs` /requirements.txt @frontend-team @gtm-team \ No newline at end of file From b8c2f2c9284349ccfc59102609935a07ac09cb4d Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 11:19:51 +0800 Subject: [PATCH 6/7] Adding back the organization which seems to be the correct syntax despite GitHub alert --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d0e027a11..194661bc8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,8 +2,8 @@ * @comfyanonymous @kosinkadink @guill @alexisrolland @rattus128 # Partner nodes team maintains API nodes -/comfy_api_nodes/ @partner-nodes-mergers +/comfy_api_nodes/ @Comfy-Org/@partner-nodes-mergers # Frontend team maintains `comfyui-frontend-package` # Go to market team maintains `comfyui-workflow-templates` and `comfyui-embedded-docs` -/requirements.txt @frontend-team @gtm-team \ No newline at end of file +/requirements.txt @Comfy-Org/@frontend-team @Comfy-Org/@gtm-team \ No newline at end of file From 18f3786bcf86522006ed1d4ada19d20a4c964697 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 1 May 2026 12:21:21 +0800 Subject: [PATCH 7/7] Fixing team names --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 194661bc8..171e16855 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,8 +2,8 @@ * @comfyanonymous @kosinkadink @guill @alexisrolland @rattus128 # Partner nodes team maintains API nodes -/comfy_api_nodes/ @Comfy-Org/@partner-nodes-mergers +/comfy_api_nodes/ @Comfy-Org/partner-nodes-mergers # Frontend team maintains `comfyui-frontend-package` # Go to market team maintains `comfyui-workflow-templates` and `comfyui-embedded-docs` -/requirements.txt @Comfy-Org/@frontend-team @Comfy-Org/@gtm-team \ No newline at end of file +/requirements.txt @Comfy-Org/frontend-team @Comfy-Org/gtm-team \ No newline at end of file