-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Bot not updating PR #83
Comments
I think it's waiting on the tests to pass, but I'm not sure. Let me dig into this a bit. |
It seems odd that it's trying to merge with that required status check not passing. |
I had to disable the bot now per #84, but yeah not sure what's going on. 🤔 |
I'm going to look into reproducing this more, but my first suspicion is that this may have been from the deploy. |
Related, kodiak thinks this PR is okay to merge, but when it attempts to merge it, it gets an error from the Github API, which we don't log in detail, so I'm not sure what it is. |
Kodiak and Github appear to have different opinions on what a mergeable PR is in some cases. This change adds some logging to help us discover why. Related #83
Kodiak and Github appear to have different opinions on what a mergeable PR is in some cases. This change adds some logging to help us discover why. Related #83
@Timer Does this branch use the same branch protection as #84 (comment)? |
Yes! |
Great, will reenable the bot and report back. |
It seems the bot is not updating the PR with the latest changes from the
canary
branch (the default GH branch).vercel/next.js#7704
It's stuck as:
The
optimistic_updates
is set totrue
, FWIW.Also using the new
require_automerge_label = false
option if it matters.The text was updated successfully, but these errors were encountered: