Update .mention-bot to add more users to blacklist and remove skipAlreadyMentionedPR

This commit is contained in:
Robbie Trencheny 2016-10-04 13:25:16 -07:00
parent d9e73d1d71
commit 2fd83b439c

View file

@ -1,6 +1,8 @@
{
"userBlacklist": [
"balloob"
],
"skipAlreadyMentionedPR": true
"balloob",
"fabaff",
"pavoni",
"rmkraus"
]
}