From feec3dc9c308052754f9e4848c1c1ddb007e9f66 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 3 May 2017 20:17:54 +0200 Subject: Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425) Signed-off-by: Christian Heimes --- .mention-bot | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index f69ca2b..482e241 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"] + } + ] } -- cgit v0.12