Skip to content

Add a new setup-and-configuration best practices guide. #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
  • Loading branch information
jmacdotorg committed Jun 6, 2025
commit 7240bd0e22083d73406ef388e63eb09e2bef7602
4 changes: 2 additions & 2 deletions docs/guides/setup-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ advantages over using only the Dashboard:
- During code reviews, CodeRabbit loads the file along with rest of your repository. This means that you can include setting changes as part of a pull request, and CodeRabbit both analyzes and applies these settings during its review.
- The file makes the repository's CodeRabbit settings transparent to all of the repository's contributors.

Repository-level settings defined by a `coderabbit.yaml` take precedence over the same
settings defned for that same repository in the Dashboard.
Repository-level settings defined by a `coderabbit.yaml` take precedence over the
Copy link

Choose a reason for hiding this comment

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

Also include how org-level settings come into play here

settings defined for that repository in the Dashboard.

For more information, see [Add a configuration file](/getting-started/configure-coderabbit/).

Expand Down