Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit827c267

Browse files
committed
add review.profile to docs
1 parent882ae64 commit827c267

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎docs/guides/configure-coderabbit.md‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and changed as needed:
2929
language:"en-US"
3030
early_access:false
3131
reviews:
32+
profile:"chill"
3233
request_changes_workflow:false
3334
high_level_summary:true
3435
poem:true
@@ -54,6 +55,10 @@ YAML settings:
5455
forthcoming features before their general release (default:`false`).
5556
4. **`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
5863
CodeRabbit 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)
121126
package, 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
124129
projects. Essentially, a package is a collection of `ast-grep` rules.
125130
- **`github-checks`**: Configuration for GitHub Checks integration.
@@ -181,13 +186,13 @@ YAML settings:
181186
base. `local` uses the repository's learnings, `global` uses the
182187
organization's learnings, and `auto` uses repository's learnings for
183188
public 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
187192
use for the knowledge base. `local` uses the repository's issues,
188193
`global`uses the organization's issues, and `auto` uses repository's
189194
issues 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
193198
base. If not provided, all projects will be used.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp