Closed kellyselden closed 8 years ago
Hey @kellyselden,
thanks for this report. I'm hesitant to add such a command, because this scenario is definitely not the way things are supposed to be.
We'll investigate what has happened here. Sorry for this inconvenience.
Best, Stephan
Hey @kellyselden,
your tests only run for the master branch. However for in-range updates, greenkeeper creates a branch, waits for the status to reported and only creates a pull request if the CI fails. You should whitelist greenkeeper branches by adding - /^greenkeeper.*$/'
to your .travis.yml. Then greenkeeper will work properly again.
Best, Finn
@finnp Makes a lot of sense. Is this a documented gotchya? I can add it if it's not. Thanks.
greenkeeper branches keep stacking up with no associated pull requests
Maybe it's because the versions are in the allowed semver range? Anyways, it would be great if, from the command line, I could just blow away all the greenkeeper remote branches. Maybe
greenkeeper purge
or something?