From fda2b770c537b714ba54d03398ae06776396b275 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Fri, 14 Jul 2017 09:51:17 -0400 Subject: [PATCH] Make mention bot less aggresive 2 or less reviewers as well as up to 5 max files searched. --- .mention-bot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index a68ebf5d..4efc573f 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,5 +1,6 @@ { - "numFilesToCheck": 10, + "maxReviewers": 2, + "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"],