-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
"Require merge queue" branch protection rule is incompatible with automerge feature #871
Comments
With method="rebase" I see:
|
Same without method option |
Hey @vitalyster, do you still get a "Server Error" from the GitHub API? GitHub's API can be flaky sometime, but will usually resolve itself. Are you still able to replicate this issue? |
@chdsbd still the same problem right now and that happens last 2-3 months, kodiak bot is unable to merge PRs most of the time |
@vitalyster Is the repository public? |
@vitalyster Thanks, I see this happening on other repositories too occasionally. I'm going to take a closer look and then open a ticket with GitHub Support |
I've opened a support ticket with GitHub Support and will let you know what I hear from them Here's the Curl output for context:
|
Still an issue in all my repositories. Maybe they change API and that method is really does not exists? |
Well, I checked API documentation and everything looks correct... |
Hi @vitalyster I'm still waiting for a response from GitHub support. I feel like their support times have gotten worse since their layoff. |
@chdsbd found the solution. After comparing broken repos and working repos I uncheck "require merge queues (beta)" and PRs now merged correctly. |
Is there any way to get kodiak work with merge queue? |
@olegshilov Kodiak doesn't support merging with the GitHub Merge Queue. We could update Kodiak to support it using these APIs: https://github.blog/changelog/2023-04-19-pull-request-merge-queue-public-beta-api-support-and-recent-fixes/ This is where we call the merge APIs in Kodiak: kodiak/bot/kodiak/evaluation.py Lines 1119 to 1140 in 729e64d
|
Since
Should this be labelled as |
My config:
The text was updated successfully, but these errors were encountered: