[core-workflow] self-approving pull requests

Nick Coghlan ncoghlan at gmail.com
Wed Feb 22 23:29:59 EST 2017


On 23 February 2017 at 05:26, Donald Stufft <donald at stufft.io> wrote:
> You can clone their repository and make changes directly to their branch and push to it I believe, assuming they allowed that when they made the PR.

This is the part that GitHub hasn't documented very well from the
maintainer side yet, but I think I just worked out the appropriate
incantation: https://github.com/python/devguide/issues/129#issuecomment-281891204

The trick is that you have to use the
"git at github.com:contributor_name/cpython.git" spelling when defining
the remote or GitHub won't allow SSH-based pushes back to their repo,
even if they've granted maintainer access to their PR branch.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the core-workflow mailing list