Add the mention-bot configuration file (GH-352)
Discussed at https://github.com/python/core-workflow/issues/32.
This commit is contained in:
parent
267b9d2fa8
commit
81788e9a97
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"maxReviewers": 5,
|
||||
"numFilesToCheck": 10,
|
||||
"findPotentialReviewers": true,
|
||||
"fileBlacklist": [
|
||||
"Misc/ACKS",
|
||||
"Misc/NEWS"
|
||||
],
|
||||
"userBlacklist": [],
|
||||
"userBlacklistForPR": [],
|
||||
"requiredOrgs": ["python"],
|
||||
}
|
Loading…
Reference in New Issue