From: Mariatta Date: Tue, 1 Aug 2017 03:56:35 +0000 (-0700) Subject: Remove .mention-bot (GH-2923) X-Git-Tag: v3.7.0a1~329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1e60bd95c376f9b18cbaf9481364281c6cc1bc7;p=thirdparty%2FPython%2Fcpython.git Remove .mention-bot (GH-2923) --- diff --git a/.mention-bot b/.mention-bot deleted file mode 100644 index 482e241c4121..000000000000 --- 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"] - } - ] -}