(#fedora-fedmsg) ignore the spammiest of faf/abrt messages.
This commit is contained in:
parent
abad3e470e
commit
f3f76d518e
1 changed files with 4 additions and 1 deletions
|
@ -13,13 +13,16 @@ config = dict(
|
|||
{% endif %}
|
||||
channel='fedora-fedmsg',
|
||||
|
||||
# Ignore some of the koji spamminess
|
||||
filters=dict(
|
||||
topic=[
|
||||
# Ignore some of the koji spamminess
|
||||
'buildsys.repo.init',
|
||||
'buildsys.repo.done',
|
||||
'buildsys.untag',
|
||||
'buildsys.tag',
|
||||
# And some of the FAF/ABRT spamminess
|
||||
'faf.report.threshold1',
|
||||
'faf.problem.threshold1',
|
||||
],
|
||||
body=[],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue