From 42db7e655994c1311cf09f10c730c35707365817 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 10 Feb 2026 12:04:01 +0800 Subject: [PATCH] ci: disable automatic PR trigger for Claude review workflow Switch from pull_request event to workflow_dispatch only, commenting out the pull_request trigger. This allows manual invocation while preventing automatic runs on every PR. Co-Authored-By: Claude --- .github/workflows/claude-pr-review.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 66a2f349..a8a08ce2 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -1,10 +1,11 @@ name: Claude PR Review on: - pull_request: - types: [opened, synchronize, ready_for_review, reopened, labeled] - paths: - - "README.md" + workflow_dispatch: + # pull_request: + # types: [opened, synchronize, ready_for_review, reopened, labeled] + # paths: + # - "README.md" jobs: claude-pr-review: