This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ reviews:
3333 request_changes_workflow : false
3434 high_level_summary : true
3535 poem : true
36- review_status : false
36+ review_status : true
3737 collapse_walkthrough : false
3838 auto_review :
3939 enabled : true
@@ -66,7 +66,7 @@ YAML settings:
6666 - **`poem`**: Indicates whether a creative poem should be included in the
6767 review (default:`true`).
6868 - **`review_status`**: Include a review status when a review is skipped in
69- certain cases. (default:`false `).
69+ certain cases. (default:`true `).
7070 - **`collapse_walkthrough`**: Collapses the walkthrough comment
7171 (default:`false`).
7272 - **`path_filters`**: Specifies file patterns to exclude or include for a
@@ -241,7 +241,7 @@ settings:
241241 # ISO Code for the review language.
242242 review_language: "en"
243243 # Disables review and other status comments.
244- disable_review_status: true
244+ disable_review_status: false
245245 # Add walkthrough comment in a collapsible section.
246246 collapse_walkthrough_comment: true
247247 # Disable automatic code reviews for this repository.
You can’t perform that action at this time.
0 commit comments