Over the past several years, but especially over the past several months, GitHub has rather rapidly deteriorated both in uptime, usability, and general reliability. It seems increasingly like the time for projects to move away for simple reliability reasons.
On the LDK end, we've seen the rapid increase in ban-aggressiveness bite us a bunch - at least three or four people have opened new GitHub accounts, opened legitimate (if AI-aided) PRs, only to get immediately banned (in which case GitHub deletes their PRs from our repo, with no ability to access their code at all).
This is, of course, in addition to the site suffering a bunch of downtime over the past few months, and the website generally getting slower and slower over the years as they add more and more useless client-side JavaScript.
Finally, recently, GitHub decided to ban the entire lightningdevkit org from GitHub Actions for unspecified "ToS Violations" (even escalating via a large corporate account was insufficient to get them to even tell us what we did that they want us to stop doing, when most of our CI is already self-hosted).
Of course I don't blame GitHub for some of this - they're seeing a massive increase in AI agent traffic and are struggling to contain the increase in load, but of course none of us have to suffer from their degraded service they are offering for free - self-hosting forgejo or using a commercial instance of it is easy enough. If anything moving off is helping reduce their increasing load.
Still, given the massive increase in issues over the past few months, and the fact that AI is only going to make this worse over time, I can't see a reason why any open-source project should remain on GitHub. We're, of course, planning on retaining our existing repository for visibility and to let people file issues, while moving actual work (and CI) to a self-hosted instance.
Of course feel free to close and ignore this, but I wanted to at least raise this and document what went into our decision. rust-bitcoin decided to start migrating a few months ago and we'll likely share an instance with them.