-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task lists action breaks merge queues #34
Comments
@frenzibyte sorry you're experiencing this currently. |
@stilliard Sure, it's ppy/osu-framework#5753. |
Was there ever a solution for this? I tried editing the PR description and pushing a commit, but neither seemed to help. It's happening with most but not all PRs generated by Dependabot. ![]() honeybadger-io/honeybadger-js#1113 cc @subzero10 |
@frenzibyte sorry I missed your reply! All ok with your PRs now? @BethanyBerkowitz thanks for reporting, no simple fix. From our side we send the check response back to github within a second as the check runs super fast. I'll keep an eye on it and I can try reporting to github again but I can see while typing that github's acknowledged the check response now and it's passed 👍 |
We were unfortunately forced to disable merge queues due to this bug. |
@frenzibyte sorry to hear. Normally it resolves again which to me hints it's temp slowness their side and normally by the time I've reported an issue to them it's resolved again. Seems to be running ok now but I'll keep an eye on it and see if I can catch it running super slow again to report to them. |
We're facing the same issue. For other similar status checks that come from an app or a 3rd-party tool which aren't triggered on a merge queue, we've added a workaround for now; a dummy workflow triggered on
@stilliard for the task-list-completed app, wouldn't it help if you'd add the |
Hi @ReinAchten-TomTom , sorry I'd missed your comment before. Is the issue the same as above where sometimes the task shows as Expected or shows X of Y tasks complete but doesn't see the others? Or does this happen every time and it never completes? |
Hi @stilliard, thanks for your response.
It's like the issue described in the first comment:
Unfortunately, GitHub's merge queue is lacking some imho important features at this moment, like specifying a different set of required checks for the merge queue. Given task-list-completed doesn't listen to the |
Queuing a pull request for merge shows the
task-list-completed
action hanging up not reporting any status at all, making the merge queue not merge any PRs due to no response.The text was updated successfully, but these errors were encountered: