]> granicus.if.org Git - python/commitdiff
Exclude myself from mention-bot (#529)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 7 Mar 2017 01:51:47 +0000 (02:51 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 01:51:47 +0000 (02:51 +0100)
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

index c6bf459a42fd29813d71f76793ccf3cedfad9ebe..3b2e93150b3d94aa37a1986be82a387435ea6dbb 100644 (file)
@@ -7,6 +7,6 @@
     "Misc/NEWS",
     "Doc/whatsnew/*.rst"
   ],
-  "userBlacklist": ["gvanrossum", "skrah"],
+  "userBlacklist": ["gvanrossum", "skrah", "haypo"],
   "userBlacklistForPR": ["benjaminp", "skrah"]
 }