After you finish , you can configure CodeRabbit to best fit the needs of your Git platform’s organization and repositories.
.coderabbit.yaml
file to the top level of your repository..coderabbit.yaml
file as a best practice.
.coderabbit.yaml
file of head branch.coderabbit.yaml
file in your head branch: All repository and organization settings are ignored. Only the local YAML file configuration is used. Anything not defined in that file uses default settings.reviews.tools.github-checks.timeout_ms
to 900000
in organization settings, but you have a local .coderabbit.yaml
file that doesn’t define this setting, CodeRabbit will use the default value of 90000
instead of the organization setting.
This means that configuration is not merged or inherited - the highest priority source takes complete control over all settings.