From 114537445df0955248b4a196e32dc496018db948 Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Thu, 12 May 2016 10:12:22 -0400 Subject: [PATCH] Update mention-bot config to remove comments It doesn't seem to be respecting the `userBlacklist` field, judging by https://github.com/Cockatrice/Cockatrice/pull/1981#issuecomment-218639352 Ref https://github.com/facebook/mention-bot/issues/117 --- .mention-bot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.mention-bot b/.mention-bot index 1ae651d2..479a9206 100644 --- a/.mention-bot +++ b/.mention-bot @@ -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"], }