Configuration
- Configuration file
- Web UI
Configure the
slop_detection section in your .coderabbit.yaml file:.coderabbit.yaml
Disabling Slop Detection
To disable Slop Detection on a repository, setenabled to false or disable it in the web UI:
.coderabbit.yaml
Label flagged PRs
By default, Slop Detection does not apply any label, it only adds a note to the PR Walkthrough comment. To also apply a label to flagged PRs, set thelabel field:
.coderabbit.yaml
Frequently asked questions
Does Slop Detection work on private repositories?
Does Slop Detection work on private repositories?
No. Slop Detection only runs on public GitHub repositories.
Will Slop Detection block a PR from being merged?
Will Slop Detection block a PR from being merged?
No. Slop Detection does not block merges. When a PR is classified as slop, a note is added to the PR Walkthrough comment. If a label is configured, it is also applied so maintainers can filter and triage PRs at their discretion.
Can I automatically close slop PRs?
Can I automatically close slop PRs?
Not at the moment. CodeRabbit is currently gathering data and tuning the detection mechanism to ensure accuracy.
What’s next
Pre-Merge Checks
Enforce quality gates and custom requirements before pull requests are merged
Automatic review controls
Fine-tune which PRs CodeRabbit reviews automatically using labels, branches, and author filters
Configuration reference
See the full slop_detection schema with types, defaults, and constraints