-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Auto PR Build fails when branch force pushed #6097
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
Comments
Looks like we can't do a fetch when a commit was rebased, we need to do a clone instead. |
I just tested this, the payload from the pull request doesn't include if the sync was done with a forced push. We are testing always doing a clone #5680, but not sure if it would be released. Another option is to force a clone for the PR versions. |
Hrm, I imagine this is also an issue with normal branches that are force-pushed. So perhaps we need to pass some flag to git to allow non-fast-forward updates? |
Maybe |
I'm closing this as the PR regarding this is merged. :) |
Works for me now; thanks for reviewing and merging my patch! 😸 |
Details
xref spacetelescope/synphot_refactor#214
Expected Result
Successful build and a green check.
Actual Result
Error in build and the check got stuck in the yellow "pending" purgatory.
The text was updated successfully, but these errors were encountered: