Add github format-offline

patrick96 2020-02-21 13:57:31 +01:00
parent 7e775265a4
commit 8bf09810c1
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 11 additions and 0 deletions

@ -36,4 +36,15 @@ format = <label>
; %notifications% (default)
; Default: Notifications: %notifications%
label = %notifications%
; Used when GitHub can't be reached (unreleased)
; Available tags:
; <label-offline> (default)
format-offline = <label-offline>
; (unreleased)
; Available tokens:
; None
; Default: Offline
label-offline = Offline
~~~