Replies: 11 comments 6 replies
-
My organization is also encountering this issue. We made no recent relevant changes, and it seems to manifest across required checks without an obvious pattern. At a guess, there must be some issue with the check status webhooks not being received on GitHub's side. |
Beta Was this translation helpful? Give feedback.
-
We have at least one case reoccurring this evening. I'm unsure if this is resolved. |
Beta Was this translation helpful? Give feedback.
-
Still occuring multiple times over here, so not resolved |
Beta Was this translation helpful? Give feedback.
-
We're having more engineers reach out to us about seeing this issue appear on their PRs. |
Beta Was this translation helpful? Give feedback.
-
Also seeing this a lot more recently. It seems to occur when pushing to the same branch multiple times in quick succession. I suspect setting |
Beta Was this translation helpful? Give feedback.
-
Hi folks, thanks for reporting this. Are you still seeing this issue? And could you clarify if it is happening with required status checks or with ruleset workflows, or both? Are you seeing it on other checks that are not required? |
Beta Was this translation helpful? Give feedback.
-
Hi @lrotschy we are also seeing the issue. I reported it already 3 weeks ago: I even created a sample project that demonstrates the issue very easily: It basically contains a script that creates N (defined via parameter) pull requests in a loop. Eventually some of those hit the issue (e.g. It does not happen for every PR, but it is definitely easy to reproduce. |
Beta Was this translation helpful? Give feedback.
-
Hi, we're hitting this multiple times per day and it's becoming very annoying. Is there any solution/workaround? |
Beta Was this translation helpful? Give feedback.
-
We also have seen this a ton starting 2 days ago - anyone from Github able to fill us in if there's a solution? We use the exact same action setup as the Original Poster. |
Beta Was this translation helpful? Give feedback.
-
Any update on this - in terms of fix from GH or any workarounds someone has tried ? |
Beta Was this translation helpful? Give feedback.
-
This issue stil happens, actually I haven't completed any PR when this check is set. I'm talking about a new, trivial project with trivial PR, configured with Xcode Cloud. Xcode Cloud builds just fine, however: Xcode Cloud Expected — Waiting for status to be reported never resolves. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
When opening PRs we are sometimes seeing this situation occur:
Canceling since a higher priority waiting request for 'Flight Checks-refs/pull/142836/merge' exists
Triggers and concurrency are set up as follows:
Any ideas why this is happening? It feels like some sort of race condition is being hit.
Note: this doesn't always happen, and this occured on an automated Renovate PR.
Beta Was this translation helpful? Give feedback.
All reactions