On top of that last patch, Patrick pointed out I didn't need part of the body regex, so adding to that: diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 3d66e91..4723938 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -46,7 +46,7 @@ config = dict( '^((?!(pagure)).)*$', ], body=[ - "^((?!(fedora-infrastructure|u'name': u'pagure')).)*$", + "^((?!(fedora-infrastructure)).)*$", ], ), ),
Attachment:
pgpp0guL_J1dD.pgp
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx