From d3f3aced40d354b3a3e085f78089b6cddd126685 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sat, 14 Jan 2017 09:29:45 -0500 Subject: [PATCH] mention-bot: remove comments [skip ci] --- .mention-bot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mention-bot b/.mention-bot index 6c013ed41f..32b2d0479e 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,6 +1,6 @@ { "userBlacklist": [ "amasad", "thejameskyle", "jmm", "kittens" ], - "fileBlacklist": ["*.md"], // mention-bot will ignore any files that match these file globs - "skipAlreadyAssignedPR": true, // mention-bot will ignore already assigned PR's, + "fileBlacklist": ["*.md"], + "skipAlreadyAssignedPR": true, "createReviewRequest": true }