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 @@ -33,10 +33,10 @@ jobs:
permissions:
contents: read
pull-requests: write
uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@c9a2548b975a8a46f2d77982d1c6cd977f98dc18 # github-workflows main (c9a2548)
uses: Comfy-Org/github-workflows/.github/workflows/cursor-review.yml@676fbb6e8b3da08182a66609e30cac6703f31d77 # github-workflows main (676fbb6)
with:
# Keep the assets ref in lock-step with the `uses:` ref above.
workflows_ref: c9a2548b975a8a46f2d77982d1c6cd977f98dc18
workflows_ref: 676fbb6e8b3da08182a66609e30cac6703f31d77
# 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