diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 1f5b965b8c..eac531ebdd 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -46,7 +46,7 @@ config = dict( '^((?!(github\.create|github\.issue\.|github\.pull_request\.|github\.commit_comment|github\.star|pagure)).)*$', ], body=[ - "^((?!(fedora-infra|pagure)).)*$", + "^((?!(fedora-infra|u'name': u'pagure')).)*$", ], ), ),