fix: resolve review feedback — filter workflow to cursor-review label only
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled

This commit is contained in:
Matt Miller 2026-06-22 13:29:11 -07:00
parent 9c0a533ebe
commit 8b6d31f9db

View File

@ -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