summaryrefslogtreecommitdiffstats
path: root/.mention-bot
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-03-01 18:30:14 (GMT)
committerGitHub <noreply@github.com>2017-03-01 18:30:14 (GMT)
commit227e42754059806e37aab276baa9d251059aaba6 (patch)
tree39115bdc540d92f78cb698a18ecb6b05766e6b9f /.mention-bot
parent661ca8843fed1183e38db06e52d59ac300bf1c2a (diff)
downloadcpython-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-bot2
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"]
}