Skip to content

Exclude bot PRs from Claude review - #80

Merged
dceoy merged 1 commit into
mainfrom
agent/exclude-bot-claude-reviews
Aug 19, 2026
Merged

Exclude bot PRs from Claude review#80
dceoy merged 1 commit into
mainfrom
agent/exclude-bot-claude-reviews

Conversation

@dceoy

@dceoy dceoy commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • skip the Claude review job for PRs authored by GitHub bots
  • replace Dependabot/Renovate branch-name checks with the generic PR author type check

Why

Claude Code rejects bot-initiated review workflows unless the bot is allowlisted. Filtering bot-authored PRs at the job condition avoids failed review runs from release and dependency automation while simplifying the trigger logic.

Validation

  • review job now requires github.event.pull_request.user.type != 'Bot'
  • existing draft PR guard is unchanged
  • mention-triggered Claude bot job is unchanged

@dceoy
dceoy marked this pull request as ready for review August 19, 2026 18:03

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@dceoy
dceoy merged commit ea2ed8f into main Aug 19, 2026
11 of 12 checks passed
@dceoy
dceoy deleted the agent/exclude-bot-claude-reviews branch August 19, 2026 18:03
@dceoy dceoy self-assigned this Aug 19, 2026
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