PR Removed from GitHub Merge Queue Due to Status Check Timeout Despite Azure Pipeline Completing Successfully Within Timeout #180893
Replies: 2 comments
-
|
💬 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.
-
|
Step-by-step investigation: Why the PR was removed from the merge queue even though Azure Pipelines succeeded
What to do
Why
Definitions
What to do
Why
Definitions
What to do
Why
Definitions
What to do:
Why
Definitions
What to do
Why
Definition
What to do
Why
Definition
What to do
Why
Definitions
What to do
Why
Definition
What to do
Why
Definition
What to do
Why
Definition
What to do & Why Definitions
What to do
Why
Definitions
### TL;DR — plain English summary
If webhook deliveries succeeded but GitHub still didn’t show the check in time, contact GitHub Support with the data — they can inspect internal logs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Observation:
The GitHub merge queue showed that a PR was removed from the queue with the message:
“github-merge-queue bot removed this pull request from the merge queue due to no response for status checks”
At that time, checking the Azure Pipeline history:
The pipeline triggered on the gh-readonly-XXX branch, created by the merge queue, had completed successfully.
The status in the GitHub merge queue still showed In Progress.
Later verification:
In the GitHub merge queue details, the [iOS] PR Build status was marked as Succeeded.
Summary: The pipeline had completed successfully, but the merge queue removed the PR automatically after the 60-minute timeout because it did not receive the status update in time.
Possible Cause:
Status update delay / network or API issues: The Azure Pipeline finished running on the gh-readonly-XXX branch, but the status update sent to the GitHub Checks API may have exceeded the merge queue’s 60-minute timeout.
Question:
Can we check GitHub provides logs for the merge queue showing how it retrieves the Azure Pipeline status.
Beta Was this translation helpful? Give feedback.
All reactions