From d396c89a21a1242cf8377b9fa1a9e745e16f8b09 Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Thu, 23 Jun 2016 14:42:40 +0200 Subject: [PATCH] Calibrating mention-bot (#4286) - No need for it on PRs by team members - Should not immediately jump into action New mention-bot functionality courtesy of @saiqulhaq! --- .mention-bot | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.mention-bot b/.mention-bot index 16c45ceb885..6508c7e8679 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,5 +1,8 @@ { - "maxReviewers": 2, - "message": "Thanks @pullRequester for your pull request :+1:. By analyzing the blame information on this pull request, I identified @reviewers to be potential reviewers.", - "requiredOrgs": ["discourse"] + "maxReviewers": 2, + "message": "Thanks @pullRequester for your pull request :+1:. By analyzing the blame information on this pull request, I identified @reviewers to be potential reviewers.", + "requiredOrgs": ["discourse"], + "skipCollaboratorPR": true, + "delayed": true, + "delayedUntil": "6d" }