| |
|
| |
* in `src/filter.rs`, add a new variant to `enum EventFilter`, with whatever
|
| |
fields are needed for that filter
|
| - |
* in `sr/filter.rs`, in the `EventFilter::decide` method, add a new `match` arm
|
| + |
* in `src/filter.rs`, in the `EventFilter::decide` method, add a new `match` arm
|
| |
for the new filter variant
|
| |
* in `ci-broker.md` add a new section `## Filter predicte XXX`, like the existing
|
| |
ones, to verify the new filter works
|