Skip to content

Commit feec3dc

Browse files
authored
Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (python#1425)
Signed-off-by: Christian Heimes <christian@python.org>
1 parent 7fdd309 commit feec3dc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.mention-bot

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,14 @@
77
"Doc/whatsnew/*.rst"
88
],
99
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
10-
"userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"]
10+
"userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"],
11+
"alwaysNotifyForPaths": [
12+
{"name": "tiran",
13+
"files": [
14+
"Doc/library/hashlib.rst", "Doc/library/ssl.rst", "Lib/hashlib.py",
15+
"Lib/ssl.py", "Lib/test/test_hashlib.py", "Lib/test/test_ssl.py",
16+
"Modules/_hashopenssl.c", "Modules/_ssl*", "Modules/hashlib.h",
17+
"Python/pyhash.c", "Include/pyhash.h"]
18+
}
19+
]
1120
}

0 commit comments

Comments
 (0)