diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-03-07 01:51:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 01:51:47 (GMT) |
commit | fea967658d2dff1e2afc45311e1ee6a40e3176c2 (patch) | |
tree | d94fbece3ddd093ca7b74a00074231ac7e5ff9a6 /.mention-bot | |
parent | 98e80c2babac0003182c3482c6c5437ea111e795 (diff) | |
download | cpython-fea967658d2dff1e2afc45311e1ee6a40e3176c2.zip cpython-fea967658d2dff1e2afc45311e1ee6a40e3176c2.tar.gz cpython-fea967658d2dff1e2afc45311e1ee6a40e3176c2.tar.bz2 |
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.
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mention-bot b/.mention-bot index c6bf459..3b2e931 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"] } |