adjust magazine fedmsg bot

This commit is contained in:
Kevin Fenzi 2016-10-15 19:19:51 +00:00
parent 7e7d9c239e
commit e086648e9e

View file

@ -424,6 +424,9 @@ config = dict(
channel='#fedora-magazine',
# If the word modularity appears in any message, forward it.
filters=dict(
topic=[
'^((?!(pagure|planet|badges|fas.group|mailman|meetbot\.meeting)).)*$',
],
body=['^((?!(magazine|Magazine)).)*$'],
),
),