backstrokeapp / server

:swimmer: A Github bot to keep repository forks up to date with their upstream.
https://backstroke.co
MIT License
667 stars 62 forks source link

I changed the remote branch, from master to st3, but it keeps asking to merge from master #65

Closed evandrocoan closed 7 years ago

evandrocoan commented 7 years ago

I changed the remote branch, from master to st3, but it keeps asking to merge from master.

The upstream was: BoundInCode/AutoFileName on branch master The downstream is: evandrocoan/AutoFileName master

Now:

The upstream was: BoundInCode/AutoFileName on branch st3 The downstream is: evandrocoan/AutoFileName master

But when I call the hook URL, it keeps creating merge commits from the master branch, instead of st3.

Of course I saved the changes. https://github.com/evandrocoan/AutoFileName/pull/5

1egoman commented 7 years ago

Hah, I think I never actually made the fork branch configurable: https://github.com/1egoman/backstroke/blob/master/src/webhook/index.js#L96

1egoman commented 7 years ago

I'm in the process of pushing up quite a few changes, I'll make sure this is one of them.

1egoman commented 7 years ago

Fixed by https://github.com/backstrokeapp/server/issues/66