Aaron Meurer
unread,Dec 17, 2020, 2:51:57 PM12/17/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
GitHub just added a new "auto merge" feature, which has to be enabled
manually. I've enabled it on the SymPy repo. If you have push access,
you should be able to click the merge button before the tests pass,
and it will automatically merge once they do.
I'm a little unclear, but I think if the tests don't pass, the branch
still automatically merges if a new commit comes in that passes the
tests, unless you cancel the auto merge. If that is how it works,
that's not ideal (IMO, new commits should be reviewed before blindly
merging, even if they pass tests).
Aaron Meurer