From de3108b6b721161bf83caa133f0f3f92ccb559e5 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 11 Jul 2017 12:10:16 -0400 Subject: [PATCH] Update mention bot configuration to avoid mentioning people twice This updates the config to avoid mentioning people twice as well as assinging people appropriately. --- .mention-bot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.mention-bot b/.mention-bot index 1a99c531..a68ebf5d 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,7 +1,9 @@ { "numFilesToCheck": 10, - "message": "@pullRequester, thanks! @reviewers, please review this.", + "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"], - "actions": ["opened", "labeled"] + "actions": ["opened", "labeled"], + "skipAlreadyMentionedPR": true, + "createReviewRequest": true }