Boldify "merged"/"closed without merging" in modules/github.py
This commit is contained in:
parent
0fc9b396f1
commit
fa9c870e22
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
else:
|
else:
|
||||||
action_desc = utils.irc.color("closed without merging",
|
action_desc = utils.irc.color("closed without merging",
|
||||||
utils.irc.COLOR_RED)
|
utils.irc.COLOR_RED)
|
||||||
|
action_desc = utils.irc.bold(action_desc)
|
||||||
|
|
||||||
pr_title = data["pull_request"]["title"]
|
pr_title = data["pull_request"]["title"]
|
||||||
author = data["sender"]["login"]
|
author = data["sender"]["login"]
|
||||||
|
|
Loading…
Reference in a new issue