Skip to content

Commit e03eda4

Browse files
Update schema.v2.json
1 parent 8c14509 commit e03eda4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/schema/schema.v2.json

+5
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
"default": true,
147147
"description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
148148
},
149+
"commit_status": {
150+
"type": "boolean",
151+
"default": true,
152+
"description": "Set the commit status to 'pending' when the review is in progress and 'success' when it is complete."
153+
},
149154
"poem": {
150155
"type": "boolean",
151156
"default": true,

0 commit comments

Comments
 (0)