diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/github.py | 1 |
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"] |
