Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commitfe00037

Browse files
Update schema.v2.json
1 parentecf98dd commitfe00037

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -151,25 +151,50 @@
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",
@@ -226,16 +251,6 @@
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": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp