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
Right now while backporting changes to the stable branch, e.g., 0.12.x, and given the actual merge strategy we hit the issue that the backporting PR tries to change the HORREUM_BRANCH in the Makefile to the master one.
Example of PR: #11 (ignore the latest commit I added to revert that change)
To Reproduce
Backport a pull request.
Version
From main branch
Proposal
Either we change the merge / cherry-pick strategy or we create a simple script that sets the HORREUM_BRANCH based on the actual backporting target.
The text was updated successfully, but these errors were encountered:
Describe the bug
Right now while backporting changes to the stable branch, e.g.,
0.12.x
, and given the actual merge strategy we hit the issue that the backporting PR tries to change theHORREUM_BRANCH
in the Makefile to themaster
one.Example of PR: #11 (ignore the latest commit I added to revert that change)
To Reproduce
Backport a pull request.
Version
From
main
branchProposal
Either we change the
merge
/cherry-pick
strategy or we create a simple script that sets the HORREUM_BRANCH based on the actual backporting target.The text was updated successfully, but these errors were encountered: