summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.mention-bot11
1 files changed, 10 insertions, 1 deletions
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"]
+ }
+ ]
}