diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index a12225aa9..a2c92df59 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -12,6 +12,7 @@ on: jobs: claude-review: + if: false # Optional: Filter by PR author # if: | # github.event.pull_request.user.login == 'external-contributor' ||