-
Notifications
You must be signed in to change notification settings - Fork 4
Add option to include exclude alerts via their labels #114
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
Conversation
73dcdbe to
7330dde
Compare
|
This PR introduces |
|
Hi @martialblog thank you, I'll give a try and I get back to you with some results |
|
hello @martialblog. thanks for your efforts - awesome! single exclude-label also seem to work but multiple params seem only to take the first one into account (so the other way round than with include). Cheers, |
|
@mattttv Thanks for testing. Yeah right now it won't check for either, I'll have a look at it. |
|
@mattttv I updated the implementation. Should work now |
|
hello @martialblog / Markus! so if two labels of the same domain are being used their results are combined with OR, for instance severity: maybe the help should say something about multiple include-labels - one could assume that all conditions must hold (AND) and not just one of them? using include and exclude at the same time worked perfectly even with different labels: and including and excluding at the same time also worked: I think this looks great! thanks again, |
|
Thanks @mattttv for the tests, I'm a little full this period and I'm trying to find a little time to try that new functions. |
|
@mattttv Thanks for the feedback. |
fce2266 to
36d7490
Compare
Fixes #113
See #111