tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

Remove failed-backport label after successful backport #384

Open rcorre opened 3 months ago

rcorre commented 3 months ago

Often a backport fails because there's some other commit that needs to be backported first. In that case, I typically toggle the backport label on/off to tell octobot to try the backport again. In that case, it would make sense for octobot to clear the failed-backport label.

trevershick commented 3 months ago

What should be done if multiple backports fail? There's only a single failed-backport label...

rcorre commented 3 months ago

Ah, good point. That makes it more complicated ...