-
Notifications
You must be signed in to change notification settings - Fork 26
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
Action fails with "Not Found" when run in a merge queue #66
Comments
+1! The action seems to fail when in GitHub Merge-Queue |
Thanks both. I'll try to find some time to reproduce + fix |
Alright, I've managed to reproduce (merge queues are not easy if you've not used them before). The issue is that the It looks as though a failing |
It has been a while since I have given merged queues a try, but that is my recollection. From what I remember, we were using |
It should work if you keep the label check on |
This comment was marked as outdated.
This comment was marked as outdated.
If I'm understanding correctly, this did not work, unfortunately. I tried with JuulLabs/merge-queue-test#16, whereas I removed It seems I'd have to remove the label check as a required check for merging to |
I believe the
Perhaps a bit clunky, but couldn't the PR number be parsed out of that variable? |
@twyatt I've given it a go. Can you test |
Awesome, TY! |
I gave
Is there a way to enable additional logging, to get more details about what went wrong? |
To reproduce, created a sample project repo at: https://github.com/JuulLabs/merge-queue-test
Without merge queue enabled,
github-action-required-labels
works (JuulLabs/merge-queue-test#13) as expected:GitHub Action run w/o merge queue
— https://github.com/JuulLabs/merge-queue-test/actions/runs/7154600875/job/19482310003
When merge queue is enabled, and
github-action-required-labels
runs from the queue, it fails (JuulLabs/merge-queue-test#14) with:— https://github.com/JuulLabs/merge-queue-test/actions/runs/7154628159/job/19482369364
The text was updated successfully, but these errors were encountered: