aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-12 10:24:10 +0000
committerGravatar jesopo2018-11-12 10:24:22 +0000
commitfa9c870e22006579a3ac4acf1b200cfeb84453d2 (patch)
treee6365353516b0f14d7b80aecfc94127678314bc9 /modules
parent'files: %s/%s/%s' -> '%s/%s/%s files' (diff)
signature
Boldify "merged"/"closed without merging" in modules/github.py
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py1
1 files changed, 1 insertions, 0 deletions
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"]