"Checks failed" but not removed from the Merge Queue #155705
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
The issue you’re experiencing, where a pull request (PR) with failing checks remains in the merge queue despite the “Only merge non-failing pull requests” option being enabled, can be influenced by several factors. Here are some steps to diagnose and potentially resolve the problem: By systematically reviewing these areas, you should be able to identify the cause of the issue and implement the necessary changes to ensure that PRs with failing checks are appropriately managed by the merge queue. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
-
|
I got my answer by testing. The build of the second pull request could have failed because of the changes of the first pull request. GitHub is then basically waiting for the status of the first pull request. And depending on the result:
|
Beta Was this translation helpful? Give feedback.


I got my answer by testing. The build of the second pull request could have failed because of the changes of the first pull request. GitHub is then basically waiting for the status of the first pull request. And depending on the result: