From fea967658d2dff1e2afc45311e1ee6a40e3176c2 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 7 Mar 2017 02:51:47 +0100 Subject: [PATCH] Exclude myself from mention-bot (#529) I made changes in almost all CPython files last 5 years, so mention-bot asks me to review basically all pull requests. I simply don't have the bandwidth to review everything, sorry! I prefer to select myself which PR I want to follow. --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index c6bf459a42f..3b2e93150b3 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,6 +7,6 @@ "Misc/NEWS", "Doc/whatsnew/*.rst" ], - "userBlacklist": ["gvanrossum", "skrah"], + "userBlacklist": ["gvanrossum", "skrah", "haypo"], "userBlacklistForPR": ["benjaminp", "skrah"] }