diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-03-01 07:33:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 07:33:56 (GMT) |
commit | f870a4839a648a6cd8d25550a64d949c757abee7 (patch) | |
tree | 6c94c30c5367412be3720370e7c48cd06b3f5790 /.mention-bot | |
parent | 371963dabadee8bccad27f82b451ff714935f0e8 (diff) | |
download | cpython-f870a4839a648a6cd8d25550a64d949c757abee7.zip cpython-f870a4839a648a6cd8d25550a64d949c757abee7.tar.gz cpython-f870a4839a648a6cd8d25550a64d949c757abee7.tar.bz2 |
blacklist myself from mention-bot; it is annoying (#373)
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 13b85d6..55ccb51 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,6 +7,6 @@ "Misc/NEWS" ], "userBlacklist": [], - "userBlacklistForPR": [], + "userBlacklistForPR": ["benjaminp"], "requiredOrgs": ["python"] } |