-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support conditional actions with expectations #1144
Conversation
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
[Beta] Generated file diffTime updated: Wed, 23 Oct 2024 19:12:41 GMT Integration
File has changed Windows
File has changed Apple
File has changed |
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
2 miain things I noticed:
1 - we can prevent changing the signatures of the exiting code (see the linked commit)
2 - if you want to execute actions from within another - you need to consider that it's an async operation and capture/communicate those errors for observability. If you already validated that errors are propagated correctly, at the very least we should await each execution to prevent dangling promises.
this commit has a couple of ideas, happy to talk if you need anything 3676158#diff-588b8450ad6aff7276f65312571cd134fa5afb0cd4fc4066d106bd74a47891f7R33-R41
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.
Can you check the error text :)
Asana Task/Github Issue: https://app.asana.com/0/481882893211075/1208563922804591/f
Description
Testing Steps
Checklist
Please tick all that apply: