Skip to content
Merged
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 @@ -33,10 +33,10 @@ jobs:
permissions:
contents: read
pull-requests: write
uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@7a0bafe0e659d5f632342ca81c7441d5a1ba054e # github-workflows main (7a0bafe)
uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@1d37fe8ed83aa30c4cd5c8f1e7b2642dfa78ad77 # github-workflows main (1d37fe8)
with:
# Keep the assets ref in lock-step with the `uses:` ref above.
workflows_ref: 7a0bafe0e659d5f632342ca81c7441d5a1ba054e
workflows_ref: 1d37fe8ed83aa30c4cd5c8f1e7b2642dfa78ad77
# No vendored/generated content in this repo; defensive excludes only.
# These live in extra_generated_globs, not diff_excludes: since BE-7633
# diff_excludes leaves the reviewed diff but is still COUNTED against
Expand Down
Loading