diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index dc3652b5b1..14452efd78 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -2,7 +2,7 @@ name: Claude Code Review on: pull_request: - types: [opened, synchronize] + types: [opened, ready_for_review, reopened] # Optional: Only run on specific file changes # paths: # - "src/**/*.ts"