add happinesspacket notifications to commops. ticket 7143

This commit is contained in:
Kevin Fenzi 2018-10-02 00:22:01 +00:00
parent a737144235
commit be25646e56

View file

@ -116,7 +116,7 @@ config = dict(
channel='fedora-commops', channel='fedora-commops',
filters=dict( filters=dict(
topic=[ topic=[
'^((?!(fedora_elections|meetbot\.meeting\.item\.help|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|anitya\.distro\.add)).)*$', '^((?!(happinesspacket|fedora_elections|meetbot\.meeting\.item\.help|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|anitya\.distro\.add)).)*$',
], ],
), ),
), ),