@@ -59,20 +59,19 @@ YAML settings:
59
59
- **`profile`**: Select the reviewer profile between `assertive` and `chill`.
60
60
The `assertive` profile posts more comments and nitpicks the code more
61
61
aggressively, while the `chill` profile is more relaxed and posts fewer
62
- comments. (default : ` chill` ).
62
+ comments (default : ` chill` ).
63
63
- **`request_changes_workflow`**: Enable request changes review workflow for
64
- CodeRabbit reviews. (default : ` false` ).
64
+ CodeRabbit reviews (default : ` false` ).
65
65
- **`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`).
67
67
- **`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 `).
70
70
- **`poem`**: Indicates whether a creative poem should be included in the
71
71
review (default:`true`).
72
72
- **`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`).
76
75
- **`path_filters`**: Specifies file patterns to exclude or include for a
77
76
review, such as `!dist/**` and `src/**.tsx`, using glob notation. Example :
78
77
0 commit comments