Add mention-bot (#5057) [skip ci]

This commit is contained in:
Sven SAULEAU 2017-01-14 14:21:58 +01:00 committed by Henry Zhu
parent 2e6713209c
commit 1691fc959f

6
.mention-bot Normal file
View File

@ -0,0 +1,6 @@
{
"userBlacklist": [ "amasad", "thejameskyle", "jmm", "kittens" ],
"fileBlacklist": ["*.md"], // mention-bot will ignore any files that match these file globs
"skipAlreadyAssignedPR": true, // mention-bot will ignore already assigned PR's,
"createReviewRequest": true
}