|
105154a42b
|
Add regex filter support
ci/woodpecker/pr/woodpecker Pipeline was successful
This makes any filter that starts and ends in forward slashes act as a
regex filter instead of a simple substring filter.
Currently doesn't support trailing flags unlike actual JS regexes, so
modifiers should be used instead for that functionality:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Modifier
|
2024-12-17 23:43:59 -05:00 |
|