From 6821353360a59f8086d3430989418d0e4733d64e Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 12 Jan 2017 09:44:22 +0800 Subject: [PATCH] Make mention bot assign reviewers for collaborators as well. --- .mention-bot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mention-bot b/.mention-bot index 6508c7e867..9893b57bb8 100644 --- a/.mention-bot +++ b/.mention-bot @@ -2,7 +2,7 @@ "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" + "skipCollaboratorPR": false, + "delayed": false, + "delayedUntil": "1d" }