update mention bot configuration

fixes #8822
This commit is contained in:
Joao Moreno 2016-07-11 16:43:26 +02:00
parent 142446533a
commit 797317d870

View file

@ -1,4 +1,7 @@
{
"maxReviewers": 2,
"userBlacklistForPR": ["alexandrudima", "aeschli", "weinand", "bpasero", "isidorn", "joaomoreno", "jrieken", "dbaeumer", "egamma"]
"requiredOrgs": ["Microsoft"],
"skipAlreadyAssignedPR": true,
"skipAlreadyMentionedPR": true,
"skipCollaboratorPR": true
}