Long living branches pattern is not picking upd development branch

Template for a good new topic, formatted with Markdown:

  • ALM used GitHub
  • CI system used Circle CI
  • Kotlin/JS
  • The ‘Long living branches pattern’ is not picking up the development branch -> develop|(feature|branch|release)-.*. I also tried different patterns but no effect. According to RegExr.com the regular expression should work
    12-06-2020 14-30-51

Welcome to the community!

Sorry about the late reply.

The pattern is correct to make develop a long-living branch. However, the pattern takes effect at the time the branch is created. Once a branch is created, its type cannot change. So I suspect the develop branch already existed as a short-living branch before you set the pattern. The only way to make develop a long-living branch is by deleting it, and then running a new analysis.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.