From 6fed3e56cba0331a18de6c058ad04c303a1fa55b Mon Sep 17 00:00:00 2001 From: "cloud-code-bot[bot]" <234529496+cloud-code-bot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:08:03 +0000 Subject: [PATCH] ci: bump cursor-review to github-workflows@b95f165 --- .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 bcd37e4..7e11c1c 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@75685ed9fd20a8ab4e74b3d17d2002dae63224c2 # github-workflows main (75685ed) + uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@b95f165c716087e74b5bbe36ecd15d8ab34424b2 # github-workflows main (b95f165) 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: 75685ed9fd20a8ab4e74b3d17d2002dae63224c2 + workflows_ref: b95f165c716087e74b5bbe36ecd15d8ab34424b2 secrets: CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} # Optional — enables start/complete Slack DMs to the triggerer.