@@ -33,7 +33,7 @@ reviews:
33
33
request_changes_workflow : false
34
34
high_level_summary : true
35
35
poem : true
36
- review_status : true
36
+ review_status : false
37
37
collapse_walkthrough : false
38
38
auto_review :
39
39
enabled : true
@@ -65,7 +65,8 @@ YAML settings:
65
65
changes (default:`true`).
66
66
- **`poem`**: Indicates whether a creative poem should be included in the
67
67
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`).
69
70
- **`collapse_walkthrough`**: Collapses the walkthrough comment
70
71
(default:`false`).
71
72
- **`path_filters`**: Specifies file patterns to exclude or include for a
@@ -240,7 +241,7 @@ settings:
240
241
# ISO Code for the review language.
241
242
review_language: "en"
242
243
# Disables review and other status comments.
243
- disable_review_status: false
244
+ disable_review_status: true
244
245
# Add walkthrough comment in a collapsible section.
245
246
collapse_walkthrough_comment: true
246
247
# Disable automatic code reviews for this repository.
@@ -270,10 +271,7 @@ This configuration file consists of the following settings:
270
271
label reviews.
271
272
11. **`disable_review`** : Totally disables automatic code reviews for the
272
273
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.
277
275
13. **`collapse_walkthrough_comment`** : Specifies whether to collapse
278
276
walkthrough comments on the review.
279
277
0 commit comments