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 +32
-17
lines changed
Expand file tree Collapse file tree 1 file changed +32
-17
lines changed Original file line number Diff line number Diff line change 151151"default" : true ,
152152"description" : " Set the commit status to 'pending' when the review is in progress and 'success' when it is complete."
153153 },
154- "poem" :{
155- "type" : " boolean" ,
156- "default" : true ,
157- "description" : " Generate a poem in the walkthrough comment."
158- },
159154"collapse_walkthrough" :{
160155"type" : " boolean" ,
161156"default" : false ,
162157"description" : " Generate walkthrough in a markdown collapsible section."
163158 },
159+ "changed_files_summary" :{
160+ "type" : " boolean" ,
161+ "default" : true ,
162+ "description" : " Generate a summary of the changed files in the walkthrough."
163+ },
164164"sequence_diagrams" :{
165165"type" : " boolean" ,
166166"default" : true ,
167167"description" : " Generate sequence diagrams in the walkthrough."
168168 },
169- "changed_files_summary " :{
169+ "assess_linked_issues " :{
170170"type" : " boolean" ,
171171"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."
173198 },
174199"labeling_instructions" :{
175200"type" : " array" ,
226251"default" : true ,
227252"description" : " Abort the in-progress review if the pull request is closed or merged."
228253 },
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- },
239254"auto_review" :{
240255"type" : " object" ,
241256"properties" :{
You can’t perform that action at this time.
0 commit comments