Skip to content

Commit ed9eb0e

Browse files
Update schema.v2.json
1 parent 225801c commit ed9eb0e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

static/schema/schema.v2.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,26 @@
141141
"default": "@coderabbitai",
142142
"description": "Add this keyword in the PR/MR title to auto-generate the title."
143143
},
144-
"poem": {
144+
"review_status": {
145145
"type": "boolean",
146146
"default": true,
147-
"description": "Generate a poem in the walkthrough comment."
147+
"description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
148148
},
149-
"review_status": {
149+
"poem": {
150150
"type": "boolean",
151151
"default": true,
152-
"description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
152+
"description": "Generate a poem in the walkthrough comment."
153153
},
154154
"collapse_walkthrough": {
155155
"type": "boolean",
156156
"default": false,
157157
"description": "Generate walkthrough in a markdown collapsible section."
158158
},
159+
"disable_sequence_diagrams": {
160+
"type": "boolean",
161+
"default": false,
162+
"description": "Disable sequence diagrams in the walkthrough."
163+
},
159164
"path_filters": {
160165
"type": "array",
161166
"items": {

0 commit comments

Comments
 (0)