Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/posts/2026/05/05/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/posts/2026/05/05/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "What's happening with GitHub. "
date: 2026-05-05
authors:
- norm
categories:
# use existing categories when possible, in YAML list format.
- Technical
- Industry
tags:
# use existing tags when possible, in YAML list format.
- version-control
- git
---

GitHub had quite a time last week:

***April 23 (Merge Queue incident)**: A regression in the merge queue (especially with squash merges involving multiple PRs) caused incorrect merge commits. It affected 658 repositories and 2,092 pull requests. Changes from earlier merges were inadvertently reverted in some cases. No data loss occurred (commits were still in Git), but default branches ended up in inconsistent states for some repos. GitHub couldn’t auto-fix everything safely.*

***April 27 (Elasticsearch/search incident)**: The Elasticsearch cluster (used for search in PRs, issues, projects, etc.) became overloaded—likely from a botnet attack—and stopped returning results. This disrupted UI search features for several hours but didn’t affect core Git operations or APIs.*

Others have commented on their [recent decline](https://dbushell.com/2026/04/29/github-is-sinking) (see chart below). Do you still trust them? Are you sticking with them, or exploring alternatives? Don’t forget... GitHub isn’t Git 😉 .

Everyone and anyone are welcome to [join](https://weeklydevchat.com/join/) as long as you are kind, supportive, and respectful of others. Zoom link will be posted at 12pm MDT.

![alt text](github.png)
Loading