@@ -29,6 +29,7 @@ and changed as needed:
2929language :" en-US"
3030early_access :false
3131reviews :
32+ profile :" chill"
3233request_changes_workflow :false
3334high_level_summary :true
3435poem :true
@@ -54,6 +55,10 @@ YAML settings:
5455forthcoming features before their general release (default:`false`).
55564. **`reviews`** :Configures review settings.
5657
58+ - **`profile`**: Select the reviewer profile between `assertive` and `chill`.
59+ The `assertive` profile posts more comments and nitpicks the code more
60+ aggressively, while the `chill` profile is more relaxed and posts fewer
61+ comments. (default :` chill` ).
5762- **`request_changes_workflow`**: Enable request changes review workflow for
5863CodeRabbit reviews. (default :` false` ).
5964- **`high_level_summary`**: CodeRabbit generates a high-level summary of the
@@ -119,7 +124,7 @@ YAML settings:
119124- **`essential_rules`**: Enable the
120125[`ast-grep-essentials`](https://github.com/coderabbitai/ast-grep-essentials)
121126package, which contains community-driven security and best practice
122- rules.
127+ rules. Defaults to `true`.
123128- **`packages`**: A package allows you to share rules across multiple
124129projects. Essentially, a package is a collection of `ast-grep` rules.
125130- **`github-checks`**: Configuration for GitHub Checks integration.
@@ -181,13 +186,13 @@ YAML settings:
181186base. `local` uses the repository's learnings, `global` uses the
182187organization's learnings, and `auto` uses repository's learnings for
183188public repositories and organization's learnings for private
184- repositories.
189+ repositories. Default is `auto`.
185190- **`issues`**: Configures issues settings.
186191- **`scope`**: Specify the scope of git platform (GitHub/GitLab) issues to
187192use for the knowledge base. `local` uses the repository's issues,
188193` global` uses the organization's issues, and `auto` uses repository's
189194issues for public repositories and organization's issues for private
190- repositories.
195+ repositories. Default is `auto`.
191196- **`jira`**: Configures Jira settings.
192197- **`project_keys`**: A list of Jira project keys to use for the knowledge
193198base. If not provided, all projects will be used.