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 4f2ae5c commit 9a08f8c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,26 +141,21 @@
"default": "@coderabbitai",
"description": "Add this keyword in the PR/MR title to auto-generate the title."
},
"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."
},
"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."
},
"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 @@ -201,12 +196,12 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Automatic Review | Automatic code review"
"description": "Enable Automatic Review | Automatic code review"
},
"auto_incremental_review": {
"type": "boolean",
"default": true,
"description": "Automatic Incremental Review | Automatic incremental code review on each push"
"description": "Enable Automatic Incremental Review | Automatic incremental code review on each push"
},
"ignore_title_keywords": {
"type": "array",
Expand Down

0 comments on commit 9a08f8c

Please sign in to comment.