diff --git a/homu/comments.py b/homu/comments.py index bd2f7a6..d289931 100644 --- a/homu/comments.py +++ b/homu/comments.py @@ -113,8 +113,8 @@ def render(self): urls = ", ".join( "[%s](%s)" % kv for kv in sorted(self.builders.items()) ) - return ":sunny: Try build successful - %s\nBuild commit: %s" % ( - urls, self.merge_sha, + return ":sunny: Try build successful - %s\nBuild commit: %s (`%s`)" % ( + urls, self.merge_sha, self.merge_sha, )