-
-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Welcome
- Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself.
- Yes, I've searched similar issues on GitHub and didn't find any.
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?
golangci-lint-action/src/patch.ts
Line 59 in b871b4f
if (patchResp.status !== 200) { |
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working