add all filters to config file so we verify they can be parsed
fix: add missing event filters for tag events
Add event filters TagCreated, TagUpdated, and TagDeleted. These were supposed to already exist, but were never committed. They’re in the documentation, though, so it’s quite surprising that they don’t work.
test: add scenario that uses all event filters in config file
This makes it more obvious if we miss support for a filter.
fix: add missing event filters for tag events
Add event filters TagCreated, TagUpdated, and TagDeleted. These were supposed to already exist, but were never committed. They’re in the documentation, though, so it’s quite surprising that they don’t work.
test: add scenario that uses all event filters in config file
This makes it more obvious if we miss support for a filter.