On Sun, Dec 13, 2015 at 2:31 PM, Brett Cannon <br...@python.org> wrote:
> Berker also said a bot could do the ff workflow which could also handle the
> NEWS problem as well as long term branches. Assuming that's true and we
> choose to solve those problems that way then it will be true on either
> platform.

FWIW, for juju we've been using a merge bot with github for well over
a year and it's proven effective.  We also have a webhook set up that
interacts with reviewboard for reviews.  Take a look at any of the PRs
at github.com/juju/juju.

The merge button is only available to folks in the project's admin(?)
group.  I expect this could be set up relative to the org as well.
Merges by those in the committer group are initiated by leaving a
"$$some text here$$" comment on the PR, which the bot picks up.  In
the case of juju the merge bot effectively just pushes the merge
button when done, but I expect a merge bot could do other things like
ff or squashing.

-eric
_______________________________________________
core-workflow mailing list
core-workflow@python.org
https://mail.python.org/mailman/listinfo/core-workflow
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to