fedmsg-irc: only match pagure.io/koji messages for fm-koji
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
32ae94dc2e
commit
9bb9cc3371
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ config = dict(
|
|||
topic=[
|
||||
'^((?!(pagure)).)*$',
|
||||
],
|
||||
body=['^((?!(koji)).)*$',
|
||||
body=['^((?!(pagure.io\/koji)).)*$',
|
||||
"u'fullname': u'koji'"],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue