[python-committers] Please Publicize your Github Membership for Python

Nick Coghlan ncoghlan at gmail.com
Fri Mar 3 02:03:38 EST 2017


On 2 March 2017 at 23:20, Donald Stufft <donald at stufft.io> wrote:

> Hello!
>
> Some of our automation needs to be able to determine who is a member of
> the Python organization on Github to effectively work. Unfortunately it
> currently can only see users who have publicized their membership in the
> Org, but so far only 50 out of 138 current members have done so.
>

Providing some more specifics on the helper that needs this:

- Donald & Brett recently enabled https://github.com/facebook/mention-bot
which tries to find and mention relevant reviewers based on files touched
in the commit
- the bot only has access to public info, so if your org membership is
private, it will never mention you, so you may miss PRs you actually want
to review
- if your org info is public, but you don't want the mentions, then you can
add yourself to the blacklist in
https://github.com/python/cpython/blob/master/.mention-bot (as Guido has)
- if you want to find your own reviewers for your PRs, add yourself to the
PR blacklist in the same file (as Benjamin has)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-committers/attachments/20170303/f9e86b41/attachment.html>


More information about the python-committers mailing list