From fa9c870e22006579a3ac4acf1b200cfeb84453d2 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 12 Nov 2018 10:24:10 +0000 Subject: [PATCH] Boldify "merged"/"closed without merging" in modules/github.py --- modules/github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/github.py b/modules/github.py index 0e22429d..c0d777e3 100644 --- a/modules/github.py +++ b/modules/github.py @@ -112,6 +112,7 @@ class Module(ModuleManager.BaseModule): else: action_desc = utils.irc.color("closed without merging", utils.irc.COLOR_RED) + action_desc = utils.irc.bold(action_desc) pr_title = data["pull_request"]["title"] author = data["sender"]["login"]