From 0141df1f551a27c429bb45697e7ab88c42b02d48 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 26 Jul 2017 12:43:00 -0400 Subject: [PATCH] Add gitlawr to mention bot blacklist Let's try to keep it to active contributors / maintainers so people aren't needlessly pinged :) --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index aa5c95e8..dd69d1ce 100644 --- a/.mention-bot +++ b/.mention-bot @@ -3,7 +3,7 @@ "numFilesToCheck": 5, "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", "dustymabe"], + "userBlacklist": ["ngtuna", "janetkuo", "sebgoa", "dustymabe", "gitlawr"], "actions": ["opened", "labeled"], "skipAlreadyMentionedPR": true, "createReviewRequest": true