"This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead." #8762
Unanswered
janpio
asked this question in
Request Help
Replies: 2 comments 15 replies
-
can you paste the logs here, i think there is a relevant message in the logs, maybe debug only |
Beta Was this translation helpful? Give feedback.
13 replies
-
I found a second case where a branch automerge was raised as a PR in this repo. Here's the git merge error: "message": "Pushing to https://github.com/prisma/e2e-tests.git\nPOST git-receive-pack (369 bytes)\nremote: error: GH006: Protected branch update failed for refs/heads/dev. \nremote: error: 4 of 54 required status checks have not succeeded: 1 expected and 3 failing. \nerror: failed to push some refs to 'https://github.com/prisma/e2e-tests.git'\n", Code inspection revealed we were (a) fetching only the default 30 per page, and (b) not paginating, so that explains that one. I will fix it today. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using
"automergeType": "branch"
but still get a lot of PRs, where I can not figure out why the branch itself was not enough to merge to the main branch. Example: prisma/ecosystem-tests#1452 Is there a way to figure out why automerge did not work?Logs are probably at https://app.renovatebot.com/dashboard#github/prisma/e2e-tests/304205069, but I could not find anything in there explaining why the automerge did not work only a log of the comment being added.
Beta Was this translation helpful? Give feedback.
All reactions