diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-03-01 18:30:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 18:30:14 (GMT) |
commit | 227e42754059806e37aab276baa9d251059aaba6 (patch) | |
tree | 39115bdc540d92f78cb698a18ecb6b05766e6b9f /.mention-bot | |
parent | 661ca8843fed1183e38db06e52d59ac300bf1c2a (diff) | |
download | cpython-227e42754059806e37aab276baa9d251059aaba6.zip cpython-227e42754059806e37aab276baa9d251059aaba6.tar.gz cpython-227e42754059806e37aab276baa9d251059aaba6.tar.bz2 |
Don't mention Guido automatically for reviews from the mention bot (GH-385)
He's written so much code he gets mentioned **a lot**.
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 55ccb51..0af4b08 100644 --- a/.mention-bot +++ b/.mention-bot @@ -6,7 +6,7 @@ "Misc/ACKS", "Misc/NEWS" ], - "userBlacklist": [], + "userBlacklist": ["gvanrossum"], "userBlacklistForPR": ["benjaminp"], "requiredOrgs": ["python"] } |