Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Different temporary branch per base branch #1897

Closed
olblak opened this issue Jan 29, 2024 · 0 comments · Fixed by #1899
Closed

Feature Request: Different temporary branch per base branch #1897

olblak opened this issue Jan 29, 2024 · 0 comments · Fixed by #1899
Labels

Comments

@olblak
Copy link
Member

olblak commented Jan 29, 2024

Is your feature request related to a problem?

When using the same Updatecli manifest targeting different branches, Updatecli generates the same temporary branch which results in conflicts.
Today the temporary branch is something like updatecli_<a hash or pipelineID>

Solution you'd like

I would like to include the base branch in the branch such as

master: updatecli_master_<a hash or pipelineID>
main: updatecli_main_<a hash or pipelineID>

Alternatives you've considered

Today's approach is to have different pipelineid per branch but I find it cumbersome to update each manifests, each time I create a new release branch while we have access to the branch information

Anything else?

The fix seems to be simple to do but once apply, Updatecli will generates new pullrequest which IMO is not a big deal but worth mentioning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant