|
141 | 141 | "default":"@coderabbitai", |
142 | 142 | "description":"Add this keyword in the PR/MR title to auto-generate the title." |
143 | 143 | }, |
144 | | -"poem": { |
| 144 | +"review_status": { |
145 | 145 | "type":"boolean", |
146 | 146 | "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." |
148 | 148 | }, |
149 | | -"review_status": { |
| 149 | +"poem": { |
150 | 150 | "type":"boolean", |
151 | 151 | "default":true, |
152 | | -"description":"Post review details on each review. Additionally, post a review status when a review is skippedincertain cases." |
| 152 | +"description":"Generate a poeminthe walkthrough comment." |
153 | 153 | }, |
154 | 154 | "collapse_walkthrough": { |
155 | 155 | "type":"boolean", |
156 | 156 | "default":false, |
157 | 157 | "description":"Generate walkthrough in a markdown collapsible section." |
158 | 158 | }, |
| 159 | +"sequence_diagrams": { |
| 160 | +"type":"boolean", |
| 161 | +"default":true, |
| 162 | +"description":"Generate sequence diagrams in the walkthrough." |
| 163 | +}, |
159 | 164 | "path_filters": { |
160 | 165 | "type":"array", |
161 | 166 | "items": { |
|
196 | 201 | "enabled": { |
197 | 202 | "type":"boolean", |
198 | 203 | "default":true, |
199 | | -"description":"EnableAutomatic Review | Automatic code review" |
| 204 | +"description":"Automatic Review | Automatic code review" |
200 | 205 | }, |
201 | 206 | "auto_incremental_review": { |
202 | 207 | "type":"boolean", |
203 | 208 | "default":true, |
204 | | -"description":"EnableAutomatic Incremental Review | Automatic incremental code review on each push" |
| 209 | +"description":"Automatic Incremental Review | Automatic incremental code review on each push" |
205 | 210 | }, |
206 | 211 | "ignore_title_keywords": { |
207 | 212 | "type":"array", |
|