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": [ "userBlacklist": [
"balloob" "balloob",
], "fabaff",
"skipAlreadyMentionedPR": true "pavoni",
"rmkraus"
]
} }