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 +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 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+ "sequence_diagrams" : {
160+ "type" : " boolean" ,
161+ "default" : true ,
162+ "description" : " Generate sequence diagrams in the walkthrough."
163+ },
159164 "path_filters" : {
160165 "type" : " array" ,
161166 "items" : {
196201 "enabled" : {
197202 "type" : " boolean" ,
198203 "default" : true ,
199- "description" : " Enable Automatic Review | Automatic code review"
204+ "description" : " Automatic Review | Automatic code review"
200205 },
201206 "auto_incremental_review" : {
202207 "type" : " boolean" ,
203208 "default" : true ,
204- "description" : " Enable Automatic Incremental Review | Automatic incremental code review on each push"
209+ "description" : " Automatic Incremental Review | Automatic incremental code review on each push"
205210 },
206211 "ignore_title_keywords" : {
207212 "type" : " array" ,
You can’t perform that action at this time.
0 commit comments