diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e028d38..84b12a4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -27,8 +27,7 @@ jobs: if: > github.event_name == 'pull_request' && (! github.event.pull_request.draft) - && (! startsWith(github.head_ref, 'dependabot/')) - && (! startsWith(github.head_ref, 'renovate/')) + && github.event.pull_request.user.type != 'Bot' permissions: contents: read pull-requests: write