From 2fd83b439cfbfef1031f5d0bd73299cb3cf07d19 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Tue, 4 Oct 2016 13:25:16 -0700 Subject: [PATCH] Update .mention-bot to add more users to blacklist and remove skipAlreadyMentionedPR --- .mention-bot | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.mention-bot b/.mention-bot index 2e1f786bf03..80fbe4cd9f0 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,6 +1,8 @@ { "userBlacklist": [ - "balloob" - ], - "skipAlreadyMentionedPR": true + "balloob", + "fabaff", + "pavoni", + "rmkraus" + ] }