From e1e60bd95c376f9b18cbaf9481364281c6cc1bc7 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Mon, 31 Jul 2017 20:56:35 -0700 Subject: Remove .mention-bot (GH-2923) --- .mention-bot | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .mention-bot 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"] - } - ] -} -- cgit v0.12