From 3d62144f1ce2dd8181dd1549fce748b18755f5be Mon Sep 17 00:00:00 2001 From: "cloud-code-bot[bot]" <234529496+cloud-code-bot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:12:48 +0000 Subject: [PATCH] ci: bump cursor-review to github-workflows@6fe8018 --- .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 222ddd5a..85b13f54 100644 --- a/.github/workflows/ci-cursor-review.yml +++ b/.github/workflows/ci-cursor-review.yml @@ -29,7 +29,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@6fe801871ee96c1d53bcb3ca944cf290505780e8 # github-workflows main (6fe8018) with: # Overriding diff_excludes replaces the reusable default wholesale, so # this restates the generated/vendored defaults and adds this repo's @@ -49,7 +49,7 @@ jobs: :!assets/** :!tests/uv/** # Load the prompts/scripts from the same ref as `uses:`. - workflows_ref: ffcc3f5b4dfc568e846e769c4f4df4f749c7887b + workflows_ref: 6fe801871ee96c1d53bcb3ca944cf290505780e8 secrets: CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} # Optional — enables start/complete Slack DMs to the triggerer.