Ignore some of the copr spamminess.

This commit is contained in:
Ralph Bean 2016-07-08 18:07:13 +00:00
parent 6993794d63
commit cfbd7471ad

View file

@ -355,6 +355,10 @@ config = dict(
channel='#fedora-modularity',
# If the word modularity appears in any message, forward it.
filters=dict(
topic=[
# Ignore some of the copr spamminess
'org.fedoraproject.*.copr.*',
],
body=['^((?!(modularity|Modularity)).)*$'],
),
),