]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)
authorChristian Heimes <christian@python.org>
Wed, 3 May 2017 18:17:54 +0000 (20:17 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 18:17:54 +0000 (20:17 +0200)
Signed-off-by: Christian Heimes <christian@python.org>
.mention-bot

index f69ca2bf6acda78c03fa4974e17452e6baf370f5..482e241c4121b49c12d1fbca71cc7e89d9f30014 100644 (file)
@@ -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"]
+    }
+  ]
 }