From 8b6d31f9db1275fd5e00aa05d5ad74389103c2b0 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 22 Jun 2026 13:29:11 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20resolve=20review=20feedback=20=E2=80=94?= =?UTF-8?q?=20filter=20workflow=20to=20cursor-review=20label=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cursor-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cursor-review.yml b/.github/workflows/ci-cursor-review.yml index 7490be0cb..2312c0ccd 100644 --- a/.github/workflows/ci-cursor-review.yml +++ b/.github/workflows/ci-cursor-review.yml @@ -16,6 +16,7 @@ concurrency: jobs: cursor-review: + if: github.event.label.name == 'cursor-review' permissions: contents: read pull-requests: write