From 95ff7ece51610c5bea9cfc45e0fbae468c574a66 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 17 Jul 2017 09:56:48 -0400 Subject: [PATCH] Ignore pinging dusty on PR's Adds Dusty to the user blacklist so he doesn't get pinged. --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index a68ebf5d..ccc18c25 100644 --- a/.mention-bot +++ b/.mention-bot @@ -2,7 +2,7 @@ "numFilesToCheck": 10, "message": "@pullRequester, thank you for the pull request! We'll ping some people to review your PR. @reviewers, please review this.", "fileBlacklist": ["*.md"], - "userBlacklist": ["ngtuna", "janetkuo", "sebgoa"], + "userBlacklist": ["ngtuna", "janetkuo", "sebgoa", "dustymabe"], "actions": ["opened", "labeled"], "skipAlreadyMentionedPR": true, "createReviewRequest": true