From eee37868741632042fb17ff4b28e3fe7f06b2d92 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Thu, 18 Jun 2026 20:43:01 -0700 Subject: [PATCH 1/2] ci: add Comfy-Org/Comfy-iOS to the cursor-review caller auto-bump list Comfy-iOS now carries the thin ci-cursor-review.yml caller (Comfy-Org/Comfy-iOS#4); add it here so the SHA auto-bumps when cursor-review.yml changes upstream. No label needed (the repo has no required label on its bump PR). Co-Authored-By: Claude Opus 4.8 --- .github/workflows/bump-cursor-review-callers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bump-cursor-review-callers.yml b/.github/workflows/bump-cursor-review-callers.yml index 8217245..1560e7d 100644 --- a/.github/workflows/bump-cursor-review-callers.yml +++ b/.github/workflows/bump-cursor-review-callers.yml @@ -35,6 +35,7 @@ jobs: CALLERS=( "Comfy-Org/cloud|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/comfy-cloud-mcp-server|.github/workflows/ci-cursor-review.yml|" + "Comfy-Org/Comfy-iOS|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/comfy-inapp-agent|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/swarmhost|.github/workflows/cursor-review.yml|" "Comfy-Org/comfy-infra|.github/workflows/ci-cursor-review.yml|" From bc6f86463b5628fa66258434ebdd62b9c4562ea0 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Thu, 18 Jun 2026 21:07:08 -0700 Subject: [PATCH 2/2] ci: add Comfy-Org/ComfySwiftSDK to the cursor-review caller auto-bump list ComfySwiftSDK now carries the thin ci-cursor-review.yml caller; add it so the SHA auto-bumps with upstream cursor-review.yml changes. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/bump-cursor-review-callers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bump-cursor-review-callers.yml b/.github/workflows/bump-cursor-review-callers.yml index 1560e7d..534b3ba 100644 --- a/.github/workflows/bump-cursor-review-callers.yml +++ b/.github/workflows/bump-cursor-review-callers.yml @@ -36,6 +36,7 @@ jobs: "Comfy-Org/cloud|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/comfy-cloud-mcp-server|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/Comfy-iOS|.github/workflows/ci-cursor-review.yml|" + "Comfy-Org/ComfySwiftSDK|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/comfy-inapp-agent|.github/workflows/ci-cursor-review.yml|" "Comfy-Org/swarmhost|.github/workflows/cursor-review.yml|" "Comfy-Org/comfy-infra|.github/workflows/ci-cursor-review.yml|"