On 30 November 2015 at 14:31, Donald Stufft <[email protected]> wrote: > I don’t believe Github even has an option where you *have* to use the > web-based merge process. The closest thing they have is protected branches > (disables force pushes, but not regular pushes) and required status checks > (PRs have to pass certain pre merge tests before the merge button lights > up).
You're right, I was thinking of the GitLab variant of protected branches, where you can turn off pushing entirely for folks with Developer permissions in order to require that all changes go through the review process: http://doc.gitlab.com/ce/workflow/protected_branches.html Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ core-workflow mailing list [email protected] https://mail.python.org/mailman/listinfo/core-workflow This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct
