diff options
| author | 2018-11-19 21:08:40 +0000 | |
|---|---|---|
| committer | 2018-11-19 21:08:57 +0000 | |
| commit | da2c403dd78021afb11a2c930b591bd4cbdf0e38 (patch) | |
| tree | d1c587549f7173e6b0defec04d5753a56047cec9 /modules/github.py | |
| parent | Move "(" 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.py | 1 |
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" |
