-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Don't require the Python org to mention someone #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members.
@dstufft, thanks for your PR! By analyzing the history of the files in this pull request, we identified @brettcannon and @berkerpeksag to be potential reviewers. |
Or we could ask them to make their membership status public :) There is already a public list of core developers so I don't think there is a privacy concern here. |
Yea. This just seemed easier than tracking down 88 people and bugging them to fiddle with their Github settings. |
We could just send an email to python-committers list. |
Ah yes, that's true! |
I think this is also a good idea, because it encourages "sometimes contributors" to get more actively involved. |
Yea, I've been going back and forth on it. For the time being at least I think we should try this out and see how it works. If we decide we really want to limit it, then we should probably at a minimum run our own bot to sidestep the private member issue completely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum, the workflow is moving too fast. I just noticed a new "mention-bot" bot. Can you please give us time to experiment the new feature, before make it more noisy? (ex: test current config during 1 week)
Even if I asked to wait, I concur with Alex "because it encourages "sometimes contributors" to get more actively involved." :-) |
Yea. The main reason I made this PR was because currently mention-bot is ignoring anyone who doesn't have their Python membership as public.
…Sent from my iPhone
On Mar 2, 2017, at 12:42 PM, Victor Stinner ***@***.***> wrote:
Even if I asked to wait, I concur with Alex "because it encourages "sometimes contributors" to get more actively involved." :-)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I agree with @dstufft that requiring the Python org right now is not necessary as the vast majority of code is only from core devs due to the code's history. Eventually we will want to add back in the check when we have more code with proper attribution from git, but that will probably take years before it's a real issue. |
And in terms of the mention bot, this is an experiment that might be turned off. Basically this was the last "maybe/maybe not" idea that was on the table before the team review of the workflow and where things sit, so trying it for a week now seemed like the best idea prior to asking python-committers what is or is not working. (Plus turning off the bot is simple.) |
I'm not sure the specific procedures here now. It seems @Haypo has -1'd this PR, but not for the specific content of the PR just about the idea of tweaking it right now or not. Should I merge this or wait? |
Done! |
@brettcannon: "@dstufft I actually don't know what @Haypo wants" I fear that mention-bot will start spamming people who don't want to get notified by all these new CPython PR. We should help these people to unsubscribed or be blacklisted. Maybe write an email to python-dev to announce mention-bot and explain how to unsubscribe? At least, you already partially did that on the python-committers list, thank you for that! In the meanwhile, the quick & hard way to work around spam is to mute the whole cpython project. |
Or block the mention-bot too: https://github.com/mention-bot/how-to-unsubscribe, although adding to the black list is better. |
NOTE: We may want to instead deploy our own bot that is a member of the Python org and has facebookarchive/mention-bot#212 added.
Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members.