We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0528f75 commit 40f472fCopy full SHA for 40f472f
static/schema/schema.v2.json
@@ -156,6 +156,11 @@
156
"default": true,
157
"description": "Set the commit status to 'pending' when the review is in progress and 'success' when it is complete."
158
},
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
+ },
164
"collapse_walkthrough": {
165
"type": "boolean",
166
"default": false,
0 commit comments