wildfly / wildfly-github-bot

GitHub bot for WildFly project.
Apache License 2.0
3 stars 13 forks source link

Change regex to require non-empty string #121

Closed The-Huginn closed 1 year ago

The-Huginn commented 1 year ago

Currently a title check will fail on following WFLY-666 and pass on one with an space WFLY-666. However the second one should also fail. We should require non-empty string. So the defaul pattern in Format should be changed from ... .* to ... .+

xstefank commented 1 year ago

This was changed to match WFLY-666 anywhere in the string. Closing.