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:
Takashi Kajinami
2024年03月13日 19:40:40 +09:00
parent c3e3cf2aef
commit bffa88acb8

View File

@@ -1,2 +1,2 @@
---
closed_branch_tag_re:'r"(?!^bugfix.*-eol$).+-eol"'
closed_branch_tag_re:'r"(?!^(bugfix-)).+-eo[lm]"'
Reference in New Issue
openstack/ironic-python-agent
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.

The note is not visible to the blocked user.