aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-19 21:08:40 +0000
committerGravatar jesopo2018-11-19 21:08:57 +0000
commitda2c403dd78021afb11a2c930b591bd4cbdf0e38 (patch)
treed1c587549f7173e6b0defec04d5753a56047cec9 /modules/github.py
parentMove "(" on to start line for a string format (diff)
signature
Don't bold `action_desc` for pull_request event action (github.py)
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py1
1 files changed, 0 insertions, 1 deletions
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"