Added mention-bot configuration settings (#172)

This commit is contained in:
Kevin Cunnane
2016-12-07 16:32:39 -08:00
committed by GitHub
parent 379c6170b3
commit 4c76b273ec

7
.mention-bot Normal file
View File

@@ -0,0 +1,7 @@
{
"maxReviewers": 3,
"requiredOrgs": ["Microsoft"],
"skipAlreadyAssignedPR": true,
"skipAlreadyMentionedPR": true,
"skipCollaboratorPR": false
}