From 55e1aa012089eda20ec5a58604a6a539b593b4d0 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 7 Dec 2018 15:46:31 +0000 Subject: [PATCH] this should make fedmsg-python less spammy --- 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 b17369c13a..14f748a892 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -194,7 +194,7 @@ config = dict( channel='fedora-python', filters=dict( topic=[ - '^((?!(github)).)*$', + '^((?!(github\.create|github\.issue\.open|github\.pull_request\.open)).)*$', ], body=[ '^((?!(portingdb)).)*$',