Ignore more spam for #fedora-modularity.
This commit is contained in:
parent
cc3b237841
commit
d488aeadf3
1 changed files with 2 additions and 1 deletions
|
@ -356,8 +356,9 @@ config = dict(
|
||||||
# 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=[
|
topic=[
|
||||||
# Ignore some of the copr spamminess
|
# Ignore some of the ansible and copr spamminess
|
||||||
'org.fedoraproject.*.copr.*',
|
'org.fedoraproject.*.copr.*',
|
||||||
|
'org.fedoraproject.*.ansible.*',
|
||||||
],
|
],
|
||||||
body=['^((?!(modularity|Modularity)).)*$'],
|
body=['^((?!(modularity|Modularity)).)*$'],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue