diff options
author | Christian Heimes <christian@python.org> | 2017-05-03 18:17:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 18:17:54 (GMT) |
commit | feec3dc9c308052754f9e4848c1c1ddb007e9f66 (patch) | |
tree | 685109f12dbcefdea80279334386b8acee846dff /.mention-bot | |
parent | 7fdd30975e3fa9ec4be62464a9fcab7798d0ed6e (diff) | |
download | cpython-feec3dc9c308052754f9e4848c1c1ddb007e9f66.zip cpython-feec3dc9c308052754f9e4848c1c1ddb007e9f66.tar.gz cpython-feec3dc9c308052754f9e4848c1c1ddb007e9f66.tar.bz2 |
Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 11 |
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"] + } + ] } |