[python-committers] Github reviews are cannibalizing BPO

Donald Stufft donald at stufft.io
Mon May 1 19:05:22 EDT 2017


> On May 1, 2017, at 6:32 PM, Christian Heimes <christian at 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



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-committers/attachments/20170501/c7958967/attachment.html>


More information about the python-committers mailing list