package
0.0.0-20241008021236-869dabf2f959
Repository: https://github.com/uservers/miniprow.git
Documentation: pkg.go.dev

# Functions

DefaultGithubErrChecker is a GithubErrChecker set up with a default amount of retries and the default sleep function.
GithubErrChecker returns a function that checks errors from GitHub and decides if they can / should be retried.

# Constants

MaxGithubRetries is the maximum amount of times we flag a GitHub error as retryable before we give up and do not flag the same call as retryable anymore.