Cannot see all pull requests #193463
Replies: 22 comments 8 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I have the issue as well. It may be related to #193388. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
We're seeing the same thing on multiple repositories. |
Beta Was this translation helpful? Give feedback.
-
|
This seems to have been resolved for us |
Beta Was this translation helpful? Give feedback.
-
|
Got the same issue. Still happening. https://github.com/kubevirt/hyperconverged-cluster-operator/pulls Can see only one closed pr. Should be 1000s |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
I eventually opened a ticket and they fixed it manually for my specific repo. They said they are working on a general solution. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Seems to be the same issues: |
Beta Was this translation helpful? Give feedback.
-
|
I am seeing this in a private repo:
UPDATE:
|
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Based on @nunnatsa's update (GitHub fixed it manually per repo) and @swifthand's observation that submitting a review made the PR reappear, the root cause is a search index desync — the PR exists in the database but is missing from the search/list index. Submit a support ticket referencing your repo directly — they can manually reindex it (confirmed working per @nunnatsa) Why the comment/review trick works (@swifthand): writing to a PR triggers an index update event for that object, which forces a reindex of that specific PR. It's not guaranteed but explains the pattern. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Same. I have 2 PR opened. One is frozen, the second is active. The frozen one has gone away. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue. As a workaround, if you need to find a pull request that has disappeared through the GUI you can use the API. Call |
Beta Was this translation helpful? Give feedback.
-
|
Maybe related to the incident yesterday involving GitHub Search? I can navigate directly to a pull request if I know the PR number, but it doesn't show up in the overall pull request list (https://github.com/pulls) or the pull request list for the particular repo. The pattern of failure (which pull requests can be found and which ones can't) seems unreliable and inconsistent. |
Beta Was this translation helpful? Give feedback.
-
|
For me a draft PR mthom/scryer-prolog#3145 is not being shown neither https://github.com/pulls nor https://github.com/mthom/scryer-prolog/pulls/Skgland shows the PR Nr 3145, see the screenshots below |
Beta Was this translation helpful? Give feedback.
-
|
Github Status has acknowledged the issue: Incomplete pull request results in repositories |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
This seems to imply that all PRs will now show in the search. However, this is incorrect as some PRs are still hidden (such as spotDL/spotify-downloader#186) |
Beta Was this translation helpful? Give feedback.
-
|
You can open hidden pr by url, close it and then reopen, after that it will appear |
Beta Was this translation helpful? Give feedback.
-
|
Github Status says issue is resolved, but that does not appear to be the case for my repository. One line says there are 21 PR's, another says 13: |
Beta Was this translation helpful? Give feedback.







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.
Beta Was this translation helpful? Give feedback.
All reactions