Review for PR on ansible

I'm trying to add to the filter on the ircbot for Magazine so it
doesn't output anything that concerns Council in Pagure.  Is this
right, or even sane?

* * *
This commit is contained in:
Paul W. Frields 2017-04-07 17:28:25 -04:00 committed by Kevin Fenzi
parent b1d69ac2bc
commit 989c36132f

View file

@ -447,12 +447,13 @@ config = dict(
nickname='fm-magazine',
{% endif %}
channel='#fedora-magazine',
# If the word modularity appears in any message, forward it.
# If the word magazine appears in any message, forward it.
filters=dict(
topic=[
'^((?!(pagure|planet|badges|fas.group|mailman|meetbot\.meeting)).)*$',
],
body=['^((?!(magazine|Magazine)).)*$'],
body=['^((?!(magazine|Magazine)).)*$',
"u'namespace': u'Fedora-Council'"],
),
),