@@ -59,20 +59,19 @@ YAML settings:
5959- **`profile`**: Select the reviewer profile between `assertive` and `chill`.
6060The `assertive` profile posts more comments and nitpicks the code more
6161aggressively, 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:`@coderabbitaisummary `).
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:`@coderabbitaititle `).
7070- **`poem`**: Indicates whether a creative poem should be included in the
7171review (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
7776review, such as `!dist/**` and `src/**.tsx`, using glob notation. Example :
7877