fix: resolve review feedback — filter workflow to cursor-review label only
This commit is contained in:
parent
9c0a533ebe
commit
8b6d31f9db
|
|
@ -16,6 +16,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
cursor-review:
|
||||
if: github.event.label.name == 'cursor-review'
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue