-
Notifications
You must be signed in to change notification settings - Fork 109
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
Dr Snaps launch PR #556
Dr Snaps launch PR #556
Conversation
… juxtin/dr-snaps-pre-launch
Dr Snaps sounds like a cool cartoon doctor. Also, thanks for pulling all this together @juxtin! ✨ |
Keeping this true by default means wasting actions minutes for the vast majority of DR users
Co-authored-by: Justin Holguín <juxtin@github.com>
retryUntil: number | ||
retryDelay: number | ||
} | ||
): ReturnType<typeof dependencyGraph.compare> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Q) why do we do this instead of specifying an explicit type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My guess is that it's because this is just a wrapper function, so passing through the type as well as the value could simplify things when refactoring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Once we've clarified what the default value should be in action.yml
I think we're good to go.
Co-authored-by: Federico Builes <febuiles@github.com>
This PR includes the following prerequisites for the Dr Snaps launch:
retry-on-snapshot-warnings
andretry-on-snapshot-warnings-timeout
config options, courtesy of @hmaurerretry-on-snapshot-warnings
tofalse
by default.