Bors keep running and not merge to master

Hello team,

I've an issue with bors, that it batch merge success to staging with bors r+ ( #7, #8, #9), staging branch also pass CI test suite

But bors keep running (waiting?) and not merge to master and move on.

I don't know what step I did it wrong (mainly I don't understand bors mechanism behind the scene)

Here what I tried:

status = [
  "Cowbot"
]

block_labels = [
  "do-not-merge"
]

# Set to 4 hours
timeout_sec = 14400

[committer]
name = "cow[bot]"
email = "[email protected]"

My CI/CD is jenkins with Github Pull Request, I'm really gone out of wit, any help would be appreciated.

I have the same issue! Were you able to solve it?

I solved my issue after looking into this https://github.com/bors-ng/bors-ng/issues/730

1 Like