Skip to content

Commit aa67f6f

Browse files
Merge branch 'main' into login-url-fix
2 parents 6abc8c8 + 928c005 commit aa67f6f

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)