We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5e49e commit 8337e17Copy full SHA for 8337e17
magithub-ci.el
@@ -184,7 +184,8 @@ we'll hit the API) if Magithub is offline."
184
(indent (make-string 10 ?\ )))
185
(when checks
186
(magit-insert-section (magithub-ci-status
187
- `(magithub-ci-ref . ,ref))
+ `(magithub-ci-ref . ,ref)
188
+ 'collapsed)
189
(insert (format "%-10s" "CI: "))
190
(insert (magithub-ci--status-header checks))
191
(magit-insert-heading)
0 commit comments