Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-cursor-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@02010d0d873962bbdcf01644f3ff50e9c09f59e6 # github-workflows main (02010d0)
with:
# Overriding diff_excludes replaces the reusable default wholesale, so
# this restates the generated/vendored defaults and adds this repo's
Expand All @@ -49,7 +49,7 @@ jobs:
:!assets/**
:!tests/uv/**
# Load the prompts/scripts from the same ref as `uses:`.
workflows_ref: ffcc3f5b4dfc568e846e769c4f4df4f749c7887b
workflows_ref: 02010d0d873962bbdcf01644f3ff50e9c09f59e6
secrets:
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
# Optional — enables start/complete Slack DMs to the triggerer.
Expand Down
Loading