The issue has been closed
Description
As we become more reliant on Github for services like Actions, the Github API, etc., we should be more aware of outages that could effect our workflow. I'm suggesting that we provide a dropdown menu to the left of the notification bell that should show current outages (if any)
Currently there is an RSS feed for Github Status updates or recent tweets can be surfaced from https://twitter.com/githubstatus
Screenshot

Example URL
https://github.com

Note: Something like this would require regular fetches of the status, like twice an hour or more frequently, which wouldn’t be great.
posted by fregante over 3 years ago
Love the intention but I don't like this proposal.
None of the mainstream SaaS platform I know has this kind of outage indicator. Meanwhile, GitHub has always provided the status page link:
In the footer of every page (though the footer is muted by Refined GitHub)
As I'm writing this I kinda have an idea that we can make the "Status" link larger, bold and red/yellow if there's any outage. Or apply those styles to the GitHub logo on the top-left. (that is, if we were to implement this feature, which is unlikely.)
On the error page (e.g. 500, 502, 503)
Meanwhile the status page has provided 5 different ways for subscribing updates, including email, text message, webhook, Twitter and RSS:

In my opinion they are both more reliable and prompt than whatever implementation Refined GitHub may get, there's no reason not to use them.
posted by kidonng over 3 years ago
As mentioned, this would require too many requests. It's best as a dedicated extension
posted by fregante over 3 years ago