We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When backporting the bot attempt to reuse previous clone and just do a pull. This can fail, and then erase the full-repository and re-clone.
One of the case where this can fail, is when the previous backport did not apply cleanly and the merge conflict has not been resolved.
When this is the case we should try to cleanup the merge conflict.
The text was updated successfully, but these errors were encountered:
Merge pull request #30 from Carreau/dependabot/pip/pyyaml-5.1.1
5005039
Bump pyyaml from 5.1 to 5.1.1
No branches or pull requests
When backporting the bot attempt to reuse previous clone and just do a pull.
This can fail, and then erase the full-repository and re-clone.
One of the case where this can fail, is when the previous backport did not apply cleanly and the merge conflict has not been resolved.
When this is the case we should try to cleanup the merge conflict.
The text was updated successfully, but these errors were encountered: