Skip to content

Skip Claude code review for Renovate bot PRs#200

Merged
samuelvkwong merged 1 commit intomainfrom
skip-claude-review-for-renovate
Feb 19, 2026
Merged

Skip Claude code review for Renovate bot PRs#200
samuelvkwong merged 1 commit intomainfrom
skip-claude-review-for-renovate

Conversation

@samuelvkwong
Copy link
Copy Markdown
Collaborator

Summary

  • Add if: github.event.pull_request.user.login != 'renovate[bot]' condition to skip the claude-review job for Renovate bot PRs
  • Remove unused commented-out filter examples
  • Prevents unnecessary review status checks on automated dependency update PRs

Uses github.event.pull_request.user.login for precise checking of the PR author.

Test plan

  • Verify the workflow skips when a Renovate bot PR is opened
  • Verify the workflow still runs for regular PRs

🤖 Generated with Claude Code

Add condition to skip the claude-review job when the PR author is
renovate[bot]. This prevents unnecessary review status checks on
automated dependency update PRs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 19, 2026

Warning

Rate limit exceeded

@samuelvkwong has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 25 minutes and 6 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch skip-claude-review-for-renovate

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@samuelvkwong samuelvkwong merged commit 7d67172 into main Feb 19, 2026
2 of 3 checks passed
@samuelvkwong samuelvkwong deleted the skip-claude-review-for-renovate branch February 19, 2026 16:26
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