fix: resolve review feedback — filter workflow to cursor-review label only
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

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:
cursor-review:
if: github.event.label.name == 'cursor-review'
permissions:
contents: read
pull-requests: write