cdown / travis-automerge

A script to automerge successful builds to a branch
Other
15 stars 16 forks source link

Fixing bug with pushing merged branch #4

Open ronyis opened 5 years ago

cdown commented 5 years ago

Hey, can you please explain some more what you're trying to do here? I'm not convinced there's a bug, but maybe there's some feature you want?

ronyis commented 5 years ago

Hi, I think there is a bug with a redundant in line 34 (currently the original branch is not pushed, thus being deleted). Also, I added support for working on private repos (by using the token when cloning, and not only when pushing).