Skip to content

Commit 8337e17

Browse files
committed
Start the CI status header collapsed by default
1 parent ad5e49e commit 8337e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

magithub-ci.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ we'll hit the API) if Magithub is offline."
184184
(indent (make-string 10 ?\ )))
185185
(when checks
186186
(magit-insert-section (magithub-ci-status
187-
`(magithub-ci-ref . ,ref))
187+
`(magithub-ci-ref . ,ref)
188+
'collapsed)
188189
(insert (format "%-10s" "CI: "))
189190
(insert (magithub-ci--status-header checks))
190191
(magit-insert-heading)

0 commit comments

Comments
 (0)