Skip to content

Commit 928c005

Browse files
Update schema.v2.json
1 parent c2a0670 commit 928c005

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/schema/schema.v2.json

+10
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@
226226
"default": true,
227227
"description": "Abort the in-progress review if the pull request is closed or merged."
228228
},
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+
},
229239
"auto_review": {
230240
"type": "object",
231241
"properties": {

0 commit comments

Comments
 (0)