Bug Description
When I open a PR, I see:
Warning
.coderabbit.yaml has a parsing error
The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.
💥 Parsing errors (1)
Validation error: String must contain at most 250 character(s) at "tone_instructions"
So we should either:
- Fix the parsing error
- Get rid of our own configuration and just use the defaults.
The first step should be to assess whether our own configuration is providing some special value. If it is then we'd want to approach one and if it's not then we'd want approach two.
Bug Description
When I open a PR, I see:
So we should either:
The first step should be to assess whether our own configuration is providing some special value. If it is then we'd want to approach one and if it's not then we'd want approach two.