From 797317d8705e556ddb413e89035e494719ab30f5 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Mon, 11 Jul 2016 16:43:26 +0200 Subject: [PATCH] update mention bot configuration fixes #8822 --- .mention-bot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index 14bc6a94f44..ea1a170775a 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,4 +1,7 @@ { "maxReviewers": 2, - "userBlacklistForPR": ["alexandrudima", "aeschli", "weinand", "bpasero", "isidorn", "joaomoreno", "jrieken", "dbaeumer", "egamma"] + "requiredOrgs": ["Microsoft"], + "skipAlreadyAssignedPR": true, + "skipAlreadyMentionedPR": true, + "skipCollaboratorPR": true } \ No newline at end of file