You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On merged PRs with the label 'backport-v0.34.x' and 'backport-v0.37.x', PRs are backported to the respective branch automatically, i.e. a PR is opened automatically.
#22
It is annoying to manually cherry-pick all commits that should be backported to the primary branches v0.34.x and v0.37.x.
To avoid this, the backporting should happen automatically as much as possible.
Possible solutions:
Backport via Github action?
Mergify bot?
For now, I will try to solve this via Github action to avoid the reliance on another framework.
The text was updated successfully, but these errors were encountered:
I'm unplanning this, since it seems like more effort than it's worth for now. I'm trying out using backport locally for now, and might retry the CI integration if locally works well
Mergify seems like a good solution for this, but requires being activated for the whole org (to my understanding). Will reopen for now and hope for a way to sort this out
Problem statement:
It is annoying to manually cherry-pick all commits that should be backported to the primary branches v0.34.x and v0.37.x.
To avoid this, the backporting should happen automatically as much as possible.
Possible solutions:
For now, I will try to solve this via Github action to avoid the reliance on another framework.
The text was updated successfully, but these errors were encountered: