Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
7fdd30975e
commit
feec3dc9c3
11
.mention-bot
11
.mention-bot
|
@ -7,5 +7,14 @@
|
||||||
"Doc/whatsnew/*.rst"
|
"Doc/whatsnew/*.rst"
|
||||||
],
|
],
|
||||||
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
|
"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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue