Ready to merge" button stuck loading until page refresh #202605
Unanswered
MadhivananR
asked this question in
Pull Requests
Replies: 1 comment
|
💬 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. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
I have noticed an issue while working with Pull Requests on GitHub.
After creating a Pull Request and waiting for all checks to complete successfully, the "Ready to merge" button continues to display a loading state instead of becoming available automatically. The merge button only appears and turns green after manually refreshing the browser page.
Steps to Reproduce
Create a Pull Request.
Wait for all required checks/statuses to complete successfully.
Observe the "Ready to merge" section.
Notice that it remains in a loading state.
Refresh the page manually.
The "Ready to merge" button immediately becomes available.
Expected Behavior
Once all required checks have completed, the "Ready to merge" button should automatically update and become available without requiring a page refresh.
Actual Behavior
The "Ready to merge" button remains stuck in a loading state until the page is manually refreshed.
Environment
Browser: Microsoft Edge / Google Chrome
Operating System: macOS
Repository Type: Private Repository
Occurrence: Multiple times across Pull Requests
Additional Notes
Refreshing the page consistently resolves the issue.
It appears to be related to the GitHub UI not updating the mergeability status in real time.
Please let me know if additional logs, screenshots, or a screen recording would be helpful for troubleshooting.
Thank you for looking into this issue.
All reactions