Ignore some of the copr spamminess.
This commit is contained in:
parent
6993794d63
commit
cfbd7471ad
1 changed files with 4 additions and 0 deletions
|
@ -355,6 +355,10 @@ config = dict(
|
||||||
channel='#fedora-modularity',
|
channel='#fedora-modularity',
|
||||||
# If the word modularity appears in any message, forward it.
|
# If the word modularity appears in any message, forward it.
|
||||||
filters=dict(
|
filters=dict(
|
||||||
|
topic=[
|
||||||
|
# Ignore some of the copr spamminess
|
||||||
|
'org.fedoraproject.*.copr.*',
|
||||||
|
],
|
||||||
body=['^((?!(modularity|Modularity)).)*$'],
|
body=['^((?!(modularity|Modularity)).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue