From 954753b76582210fbbbad0ffa3409894bf3a90dd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 17 Jan 2017 11:26:05 +0100 Subject: [PATCH] Drop the pagure notifications off #fedora-apps now that they are on #pagure --- 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 e21fa2cd9f..18271add6b 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -69,7 +69,7 @@ config = dict( '^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$', ], body=[ - "^((?!(fedora-infra|u'name': u'pagure')).)*$", + "^((?!fedora-infra).)*$", ], ), ),