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 fetch pr failed, it will scan all code. Can it retry 3 times to avoid network issues?
retry multi times when fetch pr failed
Provides failure retry option for the all action
No response
The text was updated successfully, but these errors were encountered:
GitHub doesn't have network issues.
Your problem is not the network but the size of the diff, so retrying will not help.
Related to #996
Sorry, something went wrong.
I run github action on self-hosted pod. So there is network issue for my scene. And it is not for the size of diff,I can solved it by rerun github job
No branches or pull requests
Welcome
Your feature request related to a problem? Please describe.
When fetch pr failed, it will scan all code. Can it retry 3 times to avoid network issues?
Describe the solution you'd like.
retry multi times when fetch pr failed
Describe alternatives you've considered.
Provides failure retry option for the all action
Additional context.
No response
The text was updated successfully, but these errors were encountered: