Cannot see all pull requests #193463
Replies: 50 comments 27 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
I have the issue as well. It may be related to #193388. |
|
This usually happens when the platform’s PR counter and PR list are powered by different systems. The badge count can stay correct, while the searchable/list view falls behind because of an indexing or sync issue. |
|
We're seeing the same thing on multiple repositories. |
|
This seems to have been resolved for us |
|
Got the same issue. Still happening. https://github.com/kubevirt/hyperconverged-cluster-operator/pulls Can see only one closed pr. Should be 1000s |
|
I am seeing the same issue-- should have over 400 PRs but I have 0. This persist after cache/cookies clear from "All Time" and machine reboot |
|
I eventually opened a ticket and they fixed it manually for my specific repo. They said they are working on a general solution. |
|
Yes, I'm affected at the AddmusicKFF repo. The oldest pull requests are not shown in the results and the counter also doesn't even factor them in. |
|
Seems to be the same issues: |
|
I am seeing this in a private repo:
UPDATE:
|
|
I can confirm that about 2/3 of my pull requests on an open source project are not listed when I filter for me as the author. |
This comment was marked as low quality.
This comment was marked as low quality.
|
Same happens for me. Repo is https://github.com/percona/percona-toolkit/pulls. Actual number of open PRs is 22, web interface shows only 10. |
|
Same. I have 2 PR opened. One is frozen, the second is active. The frozen one has gone away. |
|
Same problem, can't see my renovate PR also not getting mail from GitHub saying there's a pr to be reviewed |
|
At least can we get an acknowledgement this is still and issue and not have a "Resolved incident"? |
|
After several days of waiting, Github Support finally got to my ticket and resolved it by manually reindexing my repository. So, if you have the patience to open a ticket (becoming very difficult in the new AI world), it can probably be resolved for other individual repositories. As part of my ticket, I issued the following You'll have to replace A manual workaround which might be of use without Github Support's intervention is described at PHPOffice/PhpSpreadsheet#4873 (comment) |
|
I'm still seeing this today on our repo: even though it should. |
|
That doesn't look good at all. This is definitely not fixed. |
|
I was just looking for one of my pull requests - it's not at all visible on the web. On the web: 8 open pull requests When I opened a support request, Copilot was telling me everything was fine. No, no it's not. |
|
I can confirm the issue. I'm also only seeing a fraction of the existing pull requests. |
|
Same in
The missing one is conda/governance#395 |
|
We had the same issue, and the "re-comment" trick was not an option for us. Thanks to https://github.com/orgs/community/discussions/193463#discussioncomment-17001348, we were able to open a support ticket and they manually re-indexed it all ✅ 🤷 I don't get why this general re-indexing is still missing 1 month later: crawling for broken indexes is doable if willing to save some CPU ⚖️ (and I don't know how hard it is to automate re-indexing). Here is the framework of the ticket if it can help: Ticket topic route: Pull requests --> Loading issues --> Something else
|
|
For those of you still running into this, the following worked for me. Please be careful with how you use it. If this misfires, it could remove valuable comments from your PRs. I'm not responsible if that happens, use this (or not) at your own risk: After running that on my side, I went to the PR list and it showed all PRs open in my repo. You may want to remove the |











Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Multiple members (maybe all) of our team cannot see their own pull requests; nor can we see all of the PRs in our repo.
While the badge on our repo says we have 130+ PRs, when clicking that link we see only 32 (19 open, 13 closed).

Simiarly, when we filter by author to our own PRs, we do not see all of our PRs. This is exacerbated in a world where each developer is managing multiple agents pushing code on their behalf.
I see nothing on the status page about this incident.
All reactions