diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 7b70bf58bb..231998b1d1 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -12,12 +12,7 @@ jobs: if: | ( github.event_name == 'pull_request' && - !github.event.pull_request.head.repo.fork && - ( - github.event.pull_request.author_association == 'MEMBER' || - github.event.pull_request.author_association == 'OWNER' || - github.event.pull_request.author_association == 'COLLABORATOR' - ) + !github.event.pull_request.head.repo.fork ) || ( github.event_name == 'pull_request_target' && github.event.label.name == 'claude-review'