You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to match repository names in filters is using strict equality, startswith or endswith. Is would be awesome if we could define patterns that would then be used for filtering - something like x matches "a * sentence".
The text was updated successfully, but these errors were encountered:
I think that's the idea, but if you've got any others you think will benefit from glob expression support then I'm more than happy to see us integrate them 👍 Looking forward to seeing what you come up with.
Currently the only way to match repository names in filters is using strict equality,
startswith
orendswith
. Is would be awesome if we could define patterns that would then be used for filtering - something likex matches "a * sentence"
.The text was updated successfully, but these errors were encountered: