Open lampajr opened 6 months ago
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 the HORREUM_BRANCH in the Makefile to the master one.
0.12.x
HORREUM_BRANCH
master
Example of PR: https://github.com/Hyperfoil/horreum-client-python/pull/11 (ignore the latest commit I added to revert that change)
To Reproduce
Backport a pull request.
Version
From main branch
main
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.
merge
cherry-pick
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: https://github.com/Hyperfoil/horreum-client-python/pull/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.