Merge "Update regex to detect closed branch"

This commit is contained in:
Zuul
2024-03-18 11:07:10 +00:00
committed by Gerrit Code Review

View File

@@ -1,2 +1,2 @@
---
closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'
closed_branch_tag_re: 'r"(?!^(bugfix-)).+-eo[lm]"'