From 381bda7652039d9b8f2584cdfe8dd0b8c68412d3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 20 Jun 2015 11:06:20 +0000 Subject: [PATCH] Try to fix pagure forwarding to \#fedora-apps. --- roles/fedmsg/irc/templates/ircbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')).)*$", ], ), ),