Skip to content

Commit c56b70f

Browse files
committed
Made log part of the PR comment collapsable.
1 parent 586cdc8 commit c56b70f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

zorg/buildbot/reporters/utils.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,14 @@ def get_log_details(build):
136136
137137
Full details are available at: {{ build_url }}
138138
139-
Here is the relevant piece of the build log for the reference:
139+
<details>
140+
<summary>Here is the relevant piece of the build log for the reference</summary>
141+
140142
```
141143
{{ details }}
142144
```
145+
146+
</details>
143147
"""
144148

145149

0 commit comments

Comments
 (0)