Add the mention-bot configuration file (GH-352)

Discussed at https://github.com/python/core-workflow/issues/32.
This commit is contained in:
Donald Stufft 2017-02-28 12:57:30 -05:00 committed by Brett Cannon
parent 267b9d2fa8
commit 81788e9a97
1 changed files with 12 additions and 0 deletions

12
.mention-bot Normal file
View File

@ -0,0 +1,12 @@
{
"maxReviewers": 5,
"numFilesToCheck": 10,
"findPotentialReviewers": true,
"fileBlacklist": [
"Misc/ACKS",
"Misc/NEWS"
],
"userBlacklist": [],
"userBlacklistForPR": [],
"requiredOrgs": ["python"],
}