File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# possible types are good, warning, critical
22current :
3- type : good
4- title : ' All systems are operational' # always restore this message when going back to 'good'
5- # type: good | warning | error
6- # title: 'GitHub integration degradation'
7- # description: |
8- # Since May 26, 2025 07:21 UTC, GitHub REST APIs are degraded. GitHub integrations may therefore not work as expected.
9- # link:
3+ type : warning # values: good | warning | error
4+ title : ' Service portal migration'
5+ # title: 'All systems are operational' # always restore this message when going back to 'good'
6+ description : |
7+ We are currently migrating our service portal at [support.signpath.io](https://support.signpath.io/) to a new system.
8+ * New user registration is required at the portal.
9+ * Access to existing tickets is currently limited, we are working on it.
10+
11+ If you experience issues, please email us at [support@signpath.io](mailto:support@signpath.io) in the meantime.
12+ # link:
1013planned :
1114incidents :
1215 - date : ' May. 26, 2025'
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ layout: status
2121 {{ site.data.status.current.title }}
2222 </h2>
2323
24- <div>
25- {{ site.data.status.current.description | newline_to_br }}
24+ <div markdown="1" >
25+ {{ site.data.status.current.description }}
2626 {%- if site.data.status.current.link -%} <a href =" {{ site.data.status.current.link }} " > (Read more)</a > {%- endif -%}
2727 </div >
2828
You can’t perform that action at this time.
0 commit comments