@@ -33,7 +33,7 @@ reviews:
3333 request_changes_workflow : false
3434 high_level_summary : true
3535 poem : true
36- review_status : true
36+ review_status : false
3737 collapse_walkthrough : false
3838 auto_review :
3939 enabled : true
@@ -65,7 +65,8 @@ YAML settings:
6565 changes (default:`true`).
6666 - **`poem`**: Indicates whether a creative poem should be included in the
6767 review (default:`true`).
68- - **`review_status`**: Indicates the status of the review (default:`true`).
68+ - **`review_status`**: Include a review status when a review is skipped in
69+ certain cases. (default:`false`).
6970 - **`collapse_walkthrough`**: Collapses the walkthrough comment
7071 (default:`false`).
7172 - **`path_filters`**: Specifies file patterns to exclude or include for a
@@ -240,7 +241,7 @@ settings:
240241 # ISO Code for the review language.
241242 review_language: "en"
242243 # Disables review and other status comments.
243- disable_review_status: false
244+ disable_review_status: true
244245 # Add walkthrough comment in a collapsible section.
245246 collapse_walkthrough_comment: true
246247 # Disable automatic code reviews for this repository.
@@ -270,10 +271,7 @@ This configuration file consists of the following settings:
270271 label reviews.
27127211. **`disable_review`** : Totally disables automatic code reviews for the
272273 repository.
273- 12. **`disable_review_status`** : This is the comment posted for each incremental
274- review status. This removes the review status comment. Reviews will still
275- take place. However, optional comments added to the review status will not
276- be posted.
274+ 12. **`disable_review_status`** : Disables review and other status comments.
27727513. **`collapse_walkthrough_comment`** : Specifies whether to collapse
278276 walkthrough comments on the review.
279277
0 commit comments