Incident: closed pull requests are not showed in list page #193388
Replies: 15 comments 3 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 also encountered this problem. |
|
We also have this problem, and to confirm this also applies to merged PRs:
|
|
Us too: https://github.com/hmcts/pre-api/pulls?q=is%3Apr+is%3Aclosed |
|
Further to previous comment, we have since merged another PR which does appear in the closed list: https://github.com/ministryofjustice/hmpps-single-accommodation-service-ui/pulls?q=is%3Apr+is%3Aclosed However, we're still missing all previously PRs😟 |
|
same here |
|
We also have this problem - seems like it applies to both open and closed PRs. |
|
Same issue on our private org repository. |
|
Also experiencing this problem, it seems to be a search index issue as any page that uses search for filtering PRs does not show the full list. As a workaround, using the API or CLI ( |
|
We're seeing the same thing on multiple repositories. |
|
Our occurrence of this issue was resolved shortly after submitting a support ticket. Presumably some level of caching isn't working quite right, which wouldn't be that surprising given the reliability hiccups the whole service has been suffering from recently. |
|
Yo @ti-chi-bot — this is actually critical. Losing PR history in a massive repo like tidb is a nightmare scenario for audit trails. |
|
Also experiencing the issue, any update? |




Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Incident: closed pull requests are not showed in list page, such as pingcap/tidb repo
Hi, I am an ORG owner of
pingcap, now we investigating the issue affecting thepingcap,tikv, andpingcap-incorganizations.I tried the gh cli and the web page, but it both have the issue.
I reproduced the issue: close a pull request and then watch it in the pull request closed list. I can see it after closed it at soon, but it disappeared when I list the page again after 10 minutes
All reactions