From 227e42754059806e37aab276baa9d251059aaba6 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 1 Mar 2017 10:30:14 -0800 Subject: Don't mention Guido automatically for reviews from the mention bot (GH-385) He's written so much code he gets mentioned **a lot**. --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index 55ccb51..0af4b08 100644 --- a/.mention-bot +++ b/.mention-bot @@ -6,7 +6,7 @@ "Misc/ACKS", "Misc/NEWS" ], - "userBlacklist": [], + "userBlacklist": ["gvanrossum"], "userBlacklistForPR": ["benjaminp"], "requiredOrgs": ["python"] } -- cgit v0.12