From 4318310481bb86de0d1f1c864f4474aa3a50f18c Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 20 Nov 2025 12:09:21 -0800 Subject: [PATCH] chore: limit PR review workflow to opened events only (#691) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index fc70561..b50b538 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -2,7 +2,7 @@ name: PR Review on: pull_request: - types: [opened, synchronize, ready_for_review, reopened] + types: [opened] jobs: review: