From 3f2f46e40679d58a30a58ca9220f7bd342451597 Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:23:24 -0700 Subject: [PATCH] ci: stop auto-running Claude PR review on every pull request Removes the pull_request trigger so the workflow only runs on explicit @claude mentions or manual workflow_dispatch. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/claude-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 51ea9d47..f12a01a2 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -1,8 +1,6 @@ name: Claude PR Review on: - pull_request: - types: [opened, synchronize] issue_comment: types: [created] pull_request_review_comment: @@ -24,7 +22,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 if: | - github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || (github.event_name == 'issue_comment' && github.event.issue.pull_request &&