title | description |
---|---|
Set your repository preferences |
Learn the basics of configuring CodeRabbit for your repository. |
This page is about managing the settings of CodeRabbit for your Git repository. For a general overview of configuring CodeRabbit, see Configure CodeRabbit.
CodeRabbit provides two ways to manage its code-review behavior with each of your organization's repositories:
- View or modify your per-repository settings using the CodeRabbit web interface.
- Add a
coderabbit.yaml
file to your repostory.
Any settings that you define in the coderabbit.yaml
file take precedence over
settings defined by the web interface. If your repository doesn't have a
coderabbit.yaml
file, then CodeRabbit applies only the settings from the web
interface.
To view or modify your organizational settings using the CodeRabbit web interface, follow these steps:
- Visit the CodeRabbit web interface.
- In the sidebar, click Repositories.
- Click the gear-shaped Settings icon of the repository whose settings you want to view or modify.
- Browse and modify the settings as needed. If you do make changes, click Apply Changes when you are finished.
For more information about creating and updating a coderabbit.yaml
file in
your repository, see Add a configuration file.