Branch develop not recognized as long-lived branch

  • ALM used: Azure DevOps
  • CI system used: Azure DevOps
  • Scanner command used: Using pipeline task
  • Languages of the repository: TypeScript mainly
  • Team plan subscription

According to documentation, branches like development should be recognized as long-lived branch, but it’s not. Even trying with new RegEx pattern doesn’t work.
My development branch is still shown as short-lived.

Hey there.

Have you deleted your branch prior to setting the regex pattern and reanalyzing your branch?

Once a branch is created, it will stay short-lived or long-lived depending on how it was created. It will never change… unless you delete it and recreate i!