On Wed, Sep 23, 2015 at 2:12 PM, Aaron Meurer <[email protected]> wrote: > I've enabled branch protection for master on sympy/sympy. I still > recommend removing write access to origin as described at > https://github.com/sympy/sympy/wiki/Pushing-patches as pushing to > master directly is still allowed (you just can't force push).
So the worst that can happen now is that somebody with push access pushes some patches into master that we don't want. And the fix is then just disabling the protection, resetting the master and re-enabling the branch protection again. That's an improvement. Even better would be if github disallows any pushes to master, but even the current solution is not bad. Thanks Aaron. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVBA6yDA1ko5oXchVyjrHYZ_6dgu5ByiyK7Gtsi-TPzJiw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
