aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 09:39:27 +0000
committerGravatar jesopo2018-11-17 09:39:27 +0000
commit2072c9f3e86a90b66bef437ad26b1f35996d527c (patch)
treed5696234fdca69671b6df4a311d9854c1b67e2b4 /modules
parentuse "before" commit hash for comparing a range of commits (diff)
signature
Boldify `pusher` for combined commits
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index c1e25f3a..d7a01ba8 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -102,7 +102,7 @@ class Module(ModuleManager.BaseModule):
else:
first_id = self._short_hash(data["before"])
last_id = self._short_hash(data["commits"][-1]["id"])
- pusher = data["pusher"]["name"]
+ pusher = utils.irc.bol(data["pusher"]["name"])
url = COMMIT_RANGE_URL % (full_name, first_id, last_id)
commits = data["commits"]