From: Victor Stinner Date: Tue, 7 Mar 2017 01:51:47 +0000 (+0100) Subject: Exclude myself from mention-bot (#529) X-Git-Tag: v3.7.0a1~1187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fea967658d2dff1e2afc45311e1ee6a40e3176c2;p=python 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. --- diff --git a/.mention-bot b/.mention-bot index c6bf459a42..3b2e93150b 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"] }