
May 1, 2017
11:05 p.m.
On May 1, 2017, at 6:32 PM, Christian Heimes <christian@python.org> wrote:
- How can we keep module maintainers and experts in the loop? For example I don't have the resources to read all Github PRs, but I still like to keep an eye on the ssl and hashlib module.
Add yourself to https://github.com/python/cpython/blob/master/.mention-bot <https://github.com/python/cpython/blob/master/.mention-bot> using:
"alwaysNotifyForPaths": [ {"name": "tiran", "files": ["Lib/ssl.py", "Lib/hashlib.py"]} ]
Include all the paths you want to _always_ be notified for globbing works as well.
Then anytime someone sends a PR that touches that, the mention bot with @tiran you (unless we turned it off….).
— Donald Stufft