I’m trying to make my dev branch recognized as a long lived branch but it’s not being recognized as such:
Even after the analysis re-runs dev is still stuck as a short lived branch. Am I doing something wrong?
I’m trying to make my dev branch recognized as a long lived branch but it’s not being recognized as such:
Even after the analysis re-runs dev is still stuck as a short lived branch. Am I doing something wrong?
Hi,
Did you set the branch pattern to (main|dev)
before or after your first analysis of dev
? Each branch’s type is set immutable on the first analysis. Setting the pattern and re-analyzing will not convert a short-lived branch to a long-lived branch.
Your only option here would be to delete dev
and reanalyze.
Ann
Hi, thank you so much. That would explain it. This is kind of frustrating behavior and I hope it can change some day.