Learn how to configure CodeRabbit using a YAML file for advanced customization.
awesome-coderabbit repository..coderabbit.yaml configuration file must be located in the root of therepository. The configuration present in the feature branch under review willbe automatically detected and used by CodeRabbit for that review.@coderabbitai configuration command on any PR to get the current configuration in a YAML format. You can then copy the configuration to a.coderabbit.yaml file in the root of your repository.# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.jsonlanguage:"en-US"early_access:falsereviews: profile:"chill" request_changes_workflow:false high_level_summary:true poem:true review_status:true collapse_walkthrough:false auto_review: enabled:true drafts:falsechat: auto_reply:true.coderabbit.yaml file and host it in a location that is accessible to from the CodeRabbit instance..coderabbit.yaml file in the root of your repository with the following content:remote_config: url:"https://your-config-location/.coderabbit.yaml"Was this page helpful?