From 3fb587fbf364a0028346f52e042ccaade7d3a083 Mon Sep 17 00:00:00 2001 From: "cloud-code-bot[bot]" <234529496+cloud-code-bot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:32:26 +0000 Subject: [PATCH] ci: bump cursor-review to github-workflows@1d37fe8 --- .github/workflows/ci-cursor-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cursor-review.yml b/.github/workflows/ci-cursor-review.yml index b0f5174..c2b5203 100644 --- a/.github/workflows/ci-cursor-review.yml +++ b/.github/workflows/ci-cursor-review.yml @@ -35,7 +35,7 @@ jobs: # SHA-pinned. Bump this SHA to pick up upstream changes; keep # `workflows_ref` matching so prompts/scripts load from the same commit as # the workflow definition. - uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@ffcc3f5b4dfc568e846e769c4f4df4f749c7887b # github-workflows main (ffcc3f5) + uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@1d37fe8ed83aa30c4cd5c8f1e7b2642dfa78ad77 # github-workflows main (1d37fe8) with: # Repo-specific generated/heavy paths. `extra_generated_globs` is the # right knob rather than `diff_excludes`: it feeds the shared @@ -65,7 +65,7 @@ jobs: src/comfy_low/models/_generated.py assets/** # Load the prompts/scripts from the same ref as `uses:`. - workflows_ref: ffcc3f5b4dfc568e846e769c4f4df4f749c7887b + workflows_ref: 1d37fe8ed83aa30c4cd5c8f1e7b2642dfa78ad77 secrets: CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} # Optional — enables start/complete Slack DMs to the triggerer.