Changed commops-watch IRC fedmsg filter to watch only new issues and PRs

This commit is contained in:
Richa 2019-03-06 10:33:29 +05:30 committed by Kevin Fenzi
parent b2cfeea0b0
commit 08cce7785b

View file

@ -135,7 +135,7 @@ config = dict(
channel='fedora-commops',
filters=dict(
topic=[
'^((?!(pagure)).)*$',
'^((?!(pagure.pull-request.new|pagure.issue.new)).)*$',
],
body=['^((?!fedora-commops).)*$'],
),