-
Notifications
You must be signed in to change notification settings - Fork 19
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
Backport fails randomly due to "no-branch-exception" #103
Comments
Adding a bit more information on top of @raubel. The version used is sqren/[email protected]
@sqren is there any additional logs we could enable to understand the error better? |
We have also hit this issue frequently |
Hi there, Sorry for the slow reply! I recently released a new version of the github action (9.2.1). Can you please try that out and let me know how it goes? It has some additional logging that might shed some light on this. Thanks! |
Thanks @sqren, we now use version 9.3.0. |
I think this happens when there are more than one commit: https://github.com/eclipse-tycho/tycho/actions/runs/6747800057/job/18344749747 Still happens on 9.3.0 ... |
By the way if I go to the branch and cherry pick the both commits independently it works without a problem see: |
@sorenlouv can you give some feedback about the problem when backporting PRs that contain more than one commit? We heavily use that action but having only ever one commit is sometimes limiting ... |
Can |
Fixed in #121 via sorenlouv/backport#493 |
Hi,
We use this tool a lot in my company, thanks for it!
However, sometimes, the backport fails for the following reason:
We didn't manage to understand the context of this failure (we even tried to keep branches after merge but we still have the issue).
Do you know why it happens? Is there any fix/workaround to make it fully reliable?
Thank you for any help.
The text was updated successfully, but these errors were encountered: