Skip to content

Commit c28d7cd

Browse files
authored
chore: Update CodeRabbit configuration settings (#44)
1 parent 75c6084 commit c28d7cd

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/guides/configure-coderabbit.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,19 @@ YAML settings:
5959
- **`profile`**: Select the reviewer profile between `assertive` and `chill`.
6060
The `assertive` profile posts more comments and nitpicks the code more
6161
aggressively, while the `chill` profile is more relaxed and posts fewer
62-
comments. (default: `chill`).
62+
comments (default: `chill`).
6363
- **`request_changes_workflow`**: Enable request changes review workflow for
64-
CodeRabbit reviews. (default: `false`).
64+
CodeRabbit reviews (default: `false`).
6565
- **`high_level_summary`**: CodeRabbit generates a high-level summary of the
66-
changes in the PR/MR description. (default:`true`).
66+
changes in the PR/MR description (default:`true`).
6767
- **`high_level_summary_placeholder`**: Placeholder in the PR/MR description
68-
that gets replaced with the high-level summary.
69-
(default:`@coderabbitai summary`).
68+
that gets replaced with the high-level summary (default:`@coderabbitai summary`).
69+
- **`auto_title_placeholder`**: Placeholder in the PR/MR title that gets replaced with an auto-generated title (default:`@coderabbitai title`).
7070
- **`poem`**: Indicates whether a creative poem should be included in the
7171
review (default:`true`).
7272
- **`review_status`**: Include a review status when a review is skipped in
73-
certain cases. (default:`true`).
74-
- **`collapse_walkthrough`**: Collapses the walkthrough comment
75-
(default:`false`).
73+
certain cases (default:`true`).
74+
- **`collapse_walkthrough`**: Collapses the walkthrough comment (default:`false`).
7675
- **`path_filters`**: Specifies file patterns to exclude or include for a
7776
review, such as `!dist/**` and `src/**.tsx`, using glob notation. Example:
7877

0 commit comments

Comments
 (0)