mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-25 09:19:46 +08:00
fix: resolve review feedback — filter workflow to cursor-review label only
This commit is contained in:
parent
9c0a533ebe
commit
8b6d31f9db
1
.github/workflows/ci-cursor-review.yml
vendored
1
.github/workflows/ci-cursor-review.yml
vendored
@ -16,6 +16,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cursor-review:
|
cursor-review:
|
||||||
|
if: github.event.label.name == 'cursor-review'
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user