mention-bot: remove comments [skip ci]

This commit is contained in:
Henry Zhu
2017-01-14 09:29:45 -05:00
committed by GitHub
parent 1691fc959f
commit d3f3aced40

View File

@@ -1,6 +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,
"fileBlacklist": ["*.md"],
"skipAlreadyAssignedPR": true,
"createReviewRequest": true
}