typelevel / steward

Runs Scala Steward for Typelevel projects
5 stars 10 forks source link

Auto rebase? #6

Closed rossabaker closed 2 years ago

rossabaker commented 2 years ago

Are we missing a setting that will make the GitHub Action rebase and try again? I'm looking at https://github.com/typelevel/otel4s/pull/17, for example. The public instance used to do this, if I'm not mistaken.

armanbilge commented 2 years ago

This instance definitely does this. For example you can see in https://github.com/typelevel/discipline-specs2/pull/386. Not sure what's different here, we can dig into the logs?

armanbilge commented 2 years ago

Ah, there is no rebase there because there is no actual merge conflict. That's case of close/re-open to trigger CI :)

rossabaker commented 2 years ago

Oh, I thought it retried failures periodically. Alright, cool.