I would like to add our release branches as long-lived branches to our project. I could not find a way to add them manually, and based on my understanding they should created from analysis. Right now we only use automatic analysis based on pushes to branch on GH. I’ve done a few pushes to release branches but they have so far no been created in the project.
You do need to declare these branches as long lived or you will not get reports for them, even when using CI based analysis. We do that for our release branches and it works as expected.
Thanks for the clarification. I must have read that section a handful of times, but missed that part. I’ve done some tests with CI based analysis, and that works fine.