Skip to content
Tech News
← Back to articles

GitHub Is Having Trouble Counting Things

read original more articles
Why This Matters

The article highlights two UI bugs on GitHub—miscounted pull requests and broken pagination in org selection dialogs—that, while minor on their own, signal possible underlying issues with data consistency or recent front-end changes at a platform millions of developers rely on daily. Even small reliability glitches at this scale can erode trust and disrupt developer workflows.

Key Takeaways

In the past week, I’ve noticed two pretty severe UI bugs in GitHub. The first is an overcounting of PRs in the tab on a repository, this is particularly common after you merge a PR, but it’s not the only trigger of this behavior. To add insult to injury, the right count is even right there on this page.

The second occurred while I was trying to set up Sentry. I’ve been using GitHub for 11 years now, so I have collected three pages of org memberships. Unfortunately for me, the project I’m setting up Sentry for is on the second page.

For some reason, Chrome doesn’t let you modify the address in the bar for these pop-up windows. Luckily, you can force navigate using JavaScript.

Really curious as to what’s going on over there, if you’ve got any insight let me know!