Changed commops-watch IRC fedmsg filter to watch only new issues and PRs
This commit is contained in:
parent
b2cfeea0b0
commit
08cce7785b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ config = dict(
|
||||||
channel='fedora-commops',
|
channel='fedora-commops',
|
||||||
filters=dict(
|
filters=dict(
|
||||||
topic=[
|
topic=[
|
||||||
'^((?!(pagure)).)*$',
|
'^((?!(pagure.pull-request.new|pagure.issue.new)).)*$',
|
||||||
],
|
],
|
||||||
body=['^((?!fedora-commops).)*$'],
|
body=['^((?!fedora-commops).)*$'],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue