You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook was deployed first so it broke everything... can we create some kind of config to ensure that we're getting the correct deployment item? not sure which property from ReposListDeploymentStatusesResponseItem we should compare
Interesting, I haven't tried this myself. At the moment I'm afraid I don't have a lot of time on my hands (buried in client work) but make a fork and see if you can implement it yourself. Contributions are more than welcome.
My initial thoughts are that you need some information that is consistent with the deployment item so you can target for e.g storybook directly. I'm unaware of something as such exists from the Status Response Item. If there is it could be just adding a config array that you can filter those items against.
For example, currently, I have the app itself and our storybook.
I tested a bit and it seems to use always the app preview URL, but I'm not sure if I can trust on that premise.
Is there a way I can guarantee that? This action would simplify a lot my workflow, it seems so great.
The text was updated successfully, but these errors were encountered: