> On May 1, 2017, at 6:32 PM, Christian Heimes <christ...@python.org> wrote:
> 
> 3) 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



_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to