From: Christian Heimes Date: Wed, 3 May 2017 18:17:54 +0000 (+0200) Subject: Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425) X-Git-Tag: v3.7.0a1~866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feec3dc9c308052754f9e4848c1c1ddb007e9f66;p=thirdparty%2FPython%2Fcpython.git Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425) Signed-off-by: Christian Heimes --- diff --git a/.mention-bot b/.mention-bot index f69ca2bf6acd..482e241c4121 100644 --- a/.mention-bot +++ b/.mention-bot @@ -7,5 +7,14 @@ "Doc/whatsnew/*.rst" ], "userBlacklist": ["gvanrossum", "skrah", "haypo"], - "userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"] + "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"] + } + ] }