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 8c14509 commit e03eda4Copy full SHA for e03eda4
static/schema/schema.v2.json
@@ -146,6 +146,11 @@
146
"default": true,
147
"description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
148
},
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
+ },
154
"poem": {
155
"type": "boolean",
156
0 commit comments