From da2c403dd78021afb11a2c930b591bd4cbdf0e38 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 19 Nov 2018 21:08:40 +0000 Subject: [PATCH] Don't bold `action_desc` for pull_request event action (github.py) --- modules/github.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/github.py b/modules/github.py index 33fadc91..43e55958 100644 --- a/modules/github.py +++ b/modules/github.py @@ -168,7 +168,6 @@ class Module(ModuleManager.BaseModule): else: action_desc = utils.irc.color("closed without merging", utils.consts.RED) - action_desc = utils.irc.bold(action_desc) elif action == "synchronize": action_desc = "committed to"