Don't bold action_desc
for pull_request event action (github.py)
This commit is contained in:
parent
58a0cf97cf
commit
da2c403dd7
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue