Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2024
1 parent 9a08f8c commit 7b32513
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,26 @@
"default": "@coderabbitai",
"description": "Add this keyword in the PR/MR title to auto-generate the title."
},
"poem": {
"review_status": {
"type": "boolean",
"default": true,
"description": "Generate a poem in the walkthrough comment."
"description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
},
"review_status": {
"poem": {
"type": "boolean",
"default": true,
"description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
"description": "Generate a poem in the walkthrough comment."
},
"collapse_walkthrough": {
"type": "boolean",
"default": false,
"description": "Generate walkthrough in a markdown collapsible section."
},
"sequence_diagrams": {
"type": "boolean",
"default": true,
"description": "Generate sequence diagrams in the walkthrough."
},
"path_filters": {
"type": "array",
"items": {
Expand Down Expand Up @@ -196,12 +201,12 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable Automatic Review | Automatic code review"
"description": "Automatic Review | Automatic code review"
},
"auto_incremental_review": {
"type": "boolean",
"default": true,
"description": "Enable Automatic Incremental Review | Automatic incremental code review on each push"
"description": "Automatic Incremental Review | Automatic incremental code review on each push"
},
"ignore_title_keywords": {
"type": "array",
Expand Down

0 comments on commit 7b32513

Please sign in to comment.