diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index dbee527f..446e83e7 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -15,7 +15,8 @@ jobs: claude: if: >- (github.event_name == 'pull_request' && - github.event.pull_request.head.repo.full_name == github.repository) || + github.event.pull_request.head.repo.full_name == github.repository && + github.event.pull_request.user.login != 'dependabot[bot]') || (github.event_name == 'issue_comment' && github.event.issue.pull_request && contains(github.event.comment.body, '@claude') && contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)) ||