diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-04-13 14:14:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 14:14:37 (GMT) |
commit | d1dc65dc820649e59633142a88eaf97f930963a9 (patch) | |
tree | 861452ea5cbbb95dc1ecc7aa33329744bab1783a /.mention-bot | |
parent | 61b9ac93712df8092a25223cd56fa6528359792b (diff) | |
download | cpython-d1dc65dc820649e59633142a88eaf97f930963a9.zip cpython-d1dc65dc820649e59633142a88eaf97f930963a9.tar.gz cpython-d1dc65dc820649e59633142a88eaf97f930963a9.tar.bz2 |
Blacklist myself from mention-bot (#1114)
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 0614a29..f69ca2b 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,5 +7,5 @@ "Doc/whatsnew/*.rst" ], "userBlacklist": ["gvanrossum", "skrah", "haypo"], - "userBlacklistForPR": ["benjaminp", "skrah"] + "userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"] } |