Add CodeRabbit configuration to scope automated PR reviews - #2804
Merged
karthikvetrivel merged 1 commit intoAug 28, 2026
Conversation
karthikvetrivel
requested review from
cdesiniotis,
rahulait,
rajathagasthya,
shivamerla and
tariq1890
as code owners
August 25, 2026 18:12
kvalliyurnatt
approved these changes
Aug 25, 2026
rajathagasthya
left a comment
Contributor
There was a problem hiding this comment.
Added some suggestions.
rahulait
approved these changes
Aug 25, 2026
cdesiniotis
reviewed
Aug 27, 2026
cdesiniotis
reviewed
Aug 27, 2026
Signed-off-by: Karthik Vetrivel <kvetrivel@nvidia.com>
karthikvetrivel
force-pushed
the
add-coderabbit-config
branch
from
August 28, 2026 18:01
93a6dd3 to
62aa978
Compare
cdesiniotis
approved these changes
Aug 28, 2026
karthikvetrivel
enabled auto-merge
August 28, 2026 18:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I added a
.coderabbit.yamlso that CodeRabbit reviews this repo usefully.Two things about this repo would make a default install noisy.
The config addresses both:
quietprofile, so only critical and major findings are posted inline.dependabot[bot]andgithub-actions[bot]. A backport only replays commits that were already reviewed on main.vendor/, generated deepcopy and clientset code, the CRD copies thatmake sync-crdsproduces, and the intentionally malformed fixtures undertestdata/.golangci-lint, which CI already runs with our own config, andyamllint, which cannot parse our Helm and Go templates.Checklist
make lint)make validate-generated-assets)make validate-modules)Testing
This change adds no Go code, so there are no new code paths to cover and no Go artifacts to regenerate.