I have read over the two existing issues [#486](https://github.com/chromaui/chromatic-cli/issues/486) and #530 on encountering a `Did not find any CSF globs in preview-stats.json` error while runni...
If the [chromaui/action](https://github.com/marketplace/actions/publish-to-chromatic) is used inside a [reused workflow](https://docs.github.com/en/actions/using-workflows/reusing-workflows) by the...
Thanks again for putting in a fix for #547.
Unfortunately we are still unable to get TurboSnap working correctly on Windows environments, with another issue occurring later on in the process.
...
Today, when `chromatic-cli` spawns `build-storybook`, it does not pass through environment variables from the containing shell.
We are experiencing an OOM when building our storybook in CI. To w...
We are using Github Action chromaui/action@v1, when run we get the following error:
```
Error: ✖ Failed to verify your Storybook
HTTPClient failed to fetch https://index.chromatic.com/graphql, g...
Have a simple dictionary that maps exit codes to a message and setup a docs page with a table of exit codes and more explanations. The message should also be on `ctx` (to be part of diagnostics) an...
To automatically avoid running chromatic at all for commits that only affect files matching the glob.
This already works w/ `--only-changed`/TurboSnap, the optimisation here would be to not even...
I have a project using `lerna` and `yarn workspaces`. My storybook stories should ideally link to my other package in the repo via workspaces. I would like to be able to have the Chromatic Github A...
We recently saw a problem where due to changes in webpack's JSON format, every build would hit an error, and end up bailing out of TS (i.e. running a full build). This is a problem because (by desi...
from a customer:
> suggestion! As a GitHub actions noob, I was confused whether the error message came from the action or from GitHub or what, so It could be made even more clear by saying someth...
For instance a `package.json` in a non-frontend project in a monorepo that isn't using yarn workspaces, etc.
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/119992188188684...
The current algorithm for squash merge detection considers the commit being tested and checks if it is the "merge commit" of a PR. If it is, it adds the head commit of the PR as a baseline commit, ...
![image](https://user-images.githubusercontent.com/132554/123533789-a975d680-d75b-11eb-8572-66b59b2a5ee8.png)
Would be handly if you could at least cut and paste this URL
┆Issue is synchronized...
There are a variety of reasons why a commit can no longer exist in a repository.
Currently when this happens, we bail out of `--only-changed` as we cannot calculate git differences.
However, ...
Not sure of the feasibility of this (it seems possible to me) but is it possible to surface component errors during the CLI build? I'm talking about things that don't break the Storybook build, but...