Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent c2a0670 commit 928c005
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,16 @@
"default": true,
"description": "Abort the in-progress review if the pull request is closed or merged."
},
"suggested_reviewers": {
"type": "boolean",
"default": true,
"description": "Suggest reviewers based on the changes in the pull request."
},
"related_prs": {
"type": "boolean",
"default": true,
"description": "Include possibly related pull requests in the review summary."
},
"auto_review": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 928c005

Please sign in to comment.