Skip to content

Commit 91da2d8

Browse files
Merge pull request #53 from RalfJung/try
try builds: include a copyable version of the full commit SHA in comment
2 parents efde376 + d029743 commit 91da2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homu/comments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def render(self):
113113
urls = ", ".join(
114114
"[%s](%s)" % kv for kv in sorted(self.builders.items())
115115
)
116-
return ":sunny: Try build successful - %s\nBuild commit: %s" % (
117-
urls, self.merge_sha,
116+
return ":sunny: Try build successful - %s\nBuild commit: %s (`%s`)" % (
117+
urls, self.merge_sha, self.merge_sha,
118118
)
119119

120120

0 commit comments

Comments
 (0)