-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed wild card name matching #174
base: master
Are you sure you want to change the base?
Conversation
Based on some quick testing (since I'd like this functionality, too), this only works for one level of wildcarded labels. e.g. I made a half-hearted attempt to solve this with this patch to your pr:
|
improve multiple levels matching
@echarlie I added your changes. |
Looking Forward for a merge into master :-) |
+1 |
How about adding tests for this? |
Hi, sorry it took a while to get around to reviewing this. The PR looks good, but I'd really like to see test cases included. |
Giving this a small bump. Anyone working on tests? |
I found the problem with wildcards and fixed it. Please merge it to the main stream.