Merge pull request #1982 from Cockatrice/mention-bot-config

Update mention-bot config to remove comments
This commit is contained in:
Gavin Bisesi 2016-05-12 10:14:46 -04:00
commit fffc3e7e00

View file

@ -1,6 +1,5 @@
{
"message": "@pullRequester, thanks for contributing! @reviewers are the best people to review the changes.",
// custom message using @pullRequester and @reviewers
"fileBlacklist": ["*.md"], // mention-bot will ignore any files that match these file globs
"userBlacklist": ["mbruker"], // users in this list will never be mentioned by mention-bot
"fileBlacklist": ["*.md"],
"userBlacklist": ["mbruker"],
}