diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-01 03:56:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 03:56:35 (GMT) |
commit | e1e60bd95c376f9b18cbaf9481364281c6cc1bc7 (patch) | |
tree | cf9c765d3c2cfbbf5a3b9d5da5c998fd1c15b261 /.mention-bot | |
parent | 00fce69711c61d4fc9d40174b88d3d208567e2c4 (diff) | |
download | cpython-e1e60bd95c376f9b18cbaf9481364281c6cc1bc7.zip cpython-e1e60bd95c376f9b18cbaf9481364281c6cc1bc7.tar.gz cpython-e1e60bd95c376f9b18cbaf9481364281c6cc1bc7.tar.bz2 |
Remove .mention-bot (GH-2923)
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.mention-bot b/.mention-bot deleted file mode 100644 index 482e241..0000000 --- a/.mention-bot +++ /dev/null @@ -1,20 +0,0 @@ -{ - "numFilesToCheck": 10, - "findPotentialReviewers": true, - "fileBlacklist": [ - "Misc/ACKS", - "Misc/NEWS", - "Doc/whatsnew/*.rst" - ], - "userBlacklist": ["gvanrossum", "skrah", "haypo"], - "userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"], - "alwaysNotifyForPaths": [ - {"name": "tiran", - "files": [ - "Doc/library/hashlib.rst", "Doc/library/ssl.rst", "Lib/hashlib.py", - "Lib/ssl.py", "Lib/test/test_hashlib.py", "Lib/test/test_ssl.py", - "Modules/_hashopenssl.c", "Modules/_ssl*", "Modules/hashlib.h", - "Python/pyhash.c", "Include/pyhash.h"] - } - ] -} |