Merge queue and required status checks #39933
Unanswered
SaraRavasio
asked this question in
Pull Requests
Replies: 2 comments 13 replies
|
Hi there @SaraRavasio and welcome to our community! Thank you for reporting this bug! |
0 replies
|
Hi there, you need to use the We hit this too, it's a strange one - but I think the idea is that they want you to be able to know when something is running in a |
12 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.
Select Topic Area
Bug
Body
I have set up merge queue for one of my repositories.
In this repository, I have some required status checks that need to pass in order to be able to merge.
Required status:
In merge queue:
The required gh actions pass before merging, but when I start the merge queue and my cypress tests pass, I still see the merge queued due to the requirements for these 3 actions to pass, but they're not even triggered.
All reactions