Skip to content

ci: skip Claude Auto PR Review on Dependabot PRs - #4

Merged
subkoks merged 1 commit into
mainfrom
ci/skip-claude-review-on-dependabot
Jun 14, 2026
Merged

ci: skip Claude Auto PR Review on Dependabot PRs#4
subkoks merged 1 commit into
mainfrom
ci/skip-claude-review-on-dependabot

Conversation

@subkoks

@subkoks subkoks commented Jun 14, 2026

Copy link
Copy Markdown
Owner

The Auto PR Review job (claude-pr-review) authenticates via the CLAUDE_CODE_OAUTH_TOKEN secret. Dependabot PRs run without access to repository secrets, so the token is empty and the job fails on every Dependabot PR (it is non-required, so it doesn't block merges — just noise + red checks).

This guards the job with github.actor != 'dependabot[bot]' so it skips on Dependabot PRs. The manual @claude job and normal human PR reviews are unaffected. Identical change applied fleet-wide across all repos carrying this templated workflow.

Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@subkoks
subkoks enabled auto-merge (squash) June 14, 2026 10:03
@subkoks
subkoks merged commit 416d8b4 into main Jun 14, 2026
5 of 6 checks passed
@subkoks
subkoks deleted the ci/skip-claude-review-on-dependabot branch June 14, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant