Update regex to detect closed branch
... based on the change made in reno recently[1]. Also the overall regex is updated to be more consistent with the regex used in ironic. [1] https://review.opendev.org/c/openstack/reno/+/910547 Change-Id: I362de82fb5478b846df7a343da02a359f5f7dece
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -1,2 +1,2 @@
---
closed_branch_tag_re:'r"(?!^bugfix.*-eol$).+-eol"'
closed_branch_tag_re:'r"(?!^(bugfix-)).+-eo[lm]"'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.