Merge "Update regex to detect closed branch"

This commit is contained in:
Zuul 2024-04-15 17:18:42 +00:00 committed by Gerrit Code Review
commit 5f84680600

View File

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