From 9c30ce421e1aadca9f0805733633a8485d7e805d Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 6 Feb 2026 19:24:56 +0000 Subject: [PATCH] Remove synchronize trigger from Claude review workflow The synchronize event fires on every push to a PR branch, causing redundant review runs on each update. Keep opened, ready_for_review, and reopened so the review still triggers for new and re-opened PRs. https://claude.ai/code/session_01AYi5jxsAJ6XttXhduZGKWQ --- .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 4b73473..4dab4b5 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -1,7 +1,7 @@ name: Claude Auto Review with Tracking on: pull_request: - types: [opened, synchronize, ready_for_review, reopened] + types: [opened, ready_for_review, reopened] jobs: review: