|
151 | 151 | "default":true, |
152 | 152 | "description":"Set the commit status to 'pending' when the review is in progress and 'success' when it is complete." |
153 | 153 | }, |
154 | | -"poem": { |
155 | | -"type":"boolean", |
156 | | -"default":true, |
157 | | -"description":"Generate a poem in the walkthrough comment." |
158 | | -}, |
159 | 154 | "collapse_walkthrough": { |
160 | 155 | "type":"boolean", |
161 | 156 | "default":false, |
162 | 157 | "description":"Generate walkthrough in a markdown collapsible section." |
163 | 158 | }, |
| 159 | +"changed_files_summary": { |
| 160 | +"type":"boolean", |
| 161 | +"default":true, |
| 162 | +"description":"Generate a summary of the changed files in the walkthrough." |
| 163 | +}, |
164 | 164 | "sequence_diagrams": { |
165 | 165 | "type":"boolean", |
166 | 166 | "default":true, |
167 | 167 | "description":"Generate sequence diagrams in the walkthrough." |
168 | 168 | }, |
169 | | -"changed_files_summary": { |
| 169 | +"assess_linked_issues": { |
170 | 170 | "type":"boolean", |
171 | 171 | "default":true, |
172 | | -"description":"Generate a summary of the changed files in the walkthrough." |
| 172 | +"description":"Generate an assessment of how well the changes address the linked issues in the walkthrough." |
| 173 | +}, |
| 174 | +"related_issues": { |
| 175 | +"type":"boolean", |
| 176 | +"default":true, |
| 177 | +"description":"Include possibly related issues in the walkthrough." |
| 178 | +}, |
| 179 | +"related_prs": { |
| 180 | +"type":"boolean", |
| 181 | +"default":true, |
| 182 | +"description":"Include possibly related pull requests in the walkthrough." |
| 183 | +}, |
| 184 | +"suggested_labels": { |
| 185 | +"type":"boolean", |
| 186 | +"default":true, |
| 187 | +"description":"Suggest labels based on the changes in the pull request in the walkthrough." |
| 188 | +}, |
| 189 | +"suggested_reviewers": { |
| 190 | +"type":"boolean", |
| 191 | +"default":true, |
| 192 | +"description":"Suggest reviewers based on the changes in the pull request in the walkthrough." |
| 193 | +}, |
| 194 | +"poem": { |
| 195 | +"type":"boolean", |
| 196 | +"default":true, |
| 197 | +"description":"Generate a poem in the walkthrough comment." |
173 | 198 | }, |
174 | 199 | "labeling_instructions": { |
175 | 200 | "type":"array", |
|
226 | 251 | "default":true, |
227 | 252 | "description":"Abort the in-progress review if the pull request is closed or merged." |
228 | 253 | }, |
229 | | -"suggested_reviewers": { |
230 | | -"type":"boolean", |
231 | | -"default":true, |
232 | | -"description":"Suggest reviewers based on the changes in the pull request." |
233 | | -}, |
234 | | -"related_prs": { |
235 | | -"type":"boolean", |
236 | | -"default":true, |
237 | | -"description":"Include possibly related pull requests in the review summary." |
238 | | -}, |
239 | 254 | "auto_review": { |
240 | 255 | "type":"object", |
241 | 256 | "properties": { |
|