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:
-
bors.toml (slightly modified email commiter line)
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.