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 b12376e commit bb3ccc1Copy full SHA for bb3ccc1
static/schema/schema.v2.json
@@ -336,6 +336,14 @@
336
},
337
"default": [],
338
"description": "Base branches (other than the default branch) to review. Accepts regex patterns."
339
+ },
340
+ "ignore_usernames": {
341
+ "type": "array",
342
+ "items": {
343
+ "type": "string"
344
345
+ "default": [],
346
+ "description": "Ignore reviewing pull requests by these usernames. These should match the Git platform usernames exactly, not the email addresses."
347
}
348
349
"additionalProperties": false,
0 commit comments