Skip to content

Skip Claude code review for Dependabot PRs - #86

Merged
dominik1001 merged 1 commit into
mainfrom
claude/disable-code-review-dependabot-rlj22p
Jul 17, 2026
Merged

Skip Claude code review for Dependabot PRs#86
dominik1001 merged 1 commit into
mainfrom
claude/disable-code-review-dependabot-rlj22p

Conversation

@dominik1001

Copy link
Copy Markdown
Owner

Summary

Updated the Claude code review workflow to skip automated Dependabot PRs, since dependency version bumps don't require manual code review.

Changes

  • Extended the claude-review job condition to exclude PRs from dependabot[bot]
  • Maintains existing fork PR skip logic while adding the new Dependabot filter

Details

The workflow now checks both:

  1. That the PR is not from a fork (existing OIDC auth requirement)
  2. That the PR author is not dependabot[bot] (new filter)

This reduces unnecessary Claude review invocations for routine dependency updates while preserving reviews for user-authored and other automated changes.

https://claude.ai/code/session_01QYKpnbLUNwJjCZnUgqxr8b

Automated dependency bumps like #84 don't need an AI code review.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QYKpnbLUNwJjCZnUgqxr8b
@dominik1001
dominik1001 merged commit 15f1e36 into main Jul 17, 2026
7 checks passed
@dominik1001
dominik1001 deleted the claude/disable-code-review-dependabot-rlj22p branch July 17, 2026 10:18
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.

2 participants