ci: skip Claude review on dependabot PRs#288
Conversation
…ed-X) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @blove's task in 33s —— View job Review
LGTM. The fix is correct and minimal. The job-level No correctness bugs, security issues, or type-safety concerns. No tests needed for a CI config change of this scope. |
Summary
Dependabot-triggered workflow runs cannot read repo secrets, so the advisory Claude-review job fails in ~10s with a red X on every dependabot PR (all 7 current ones show it). Skip the job for
dependabot[bot]— same convention asscripts/check-changesets.mjs. The job is advisory (not a required check), so this only removes noise.Test Plan
if:guard🤖 Generated with Claude Code