fedmsg-irc: only match pagure.io/koji messages for fm-koji

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2021-06-16 09:41:48 +10:00
committed by kevin
parent 32ae94dc2e
commit 9bb9cc3371

View File

@@ -572,7 +572,7 @@ config = dict(
topic=[
'^((?!(pagure)).)*$',
],
body=['^((?!(koji)).)*$',
body=['^((?!(pagure.io\/koji)).)*$',
"u'fullname': u'koji'"],
),
),