Skip to content

Commit 40f472f

Browse files
Update schema.v2.json
1 parent 0528f75 commit 40f472f

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
@@ -156,6 +156,11 @@
156156
"default": true,
157157
"description": "Set the commit status to 'pending' when the review is in progress and 'success' when it is complete."
158158
},
159+
"fail_commit_status": {
160+
"type": "boolean",
161+
"default": false,
162+
"description": "Set the commit status to 'failure' when the PR cannot be reviewed by CodeRabbit for any reason."
163+
},
159164
"collapse_walkthrough": {
160165
"type": "boolean",
161166
"default": false,

0 commit comments

Comments
 (0)