diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 14399a62..13f6d323 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -22,6 +22,9 @@ jobs: (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.body, '@claude')) ) && ( + github.event.comment.author_association == 'OWNER' || + github.event.comment.author_association == 'MEMBER' || + github.event.comment.author_association == 'COLLABORATOR' || github.event.sender.author_association == 'OWNER' || github.event.sender.author_association == 'MEMBER' || github.event.sender.author_association == 'COLLABORATOR' ||