🐛 Bug Report
Right now we run chromatic on every commit to a PR, we should only run it manually when a label is added so decreased the amount of snapshots run.
There's a few ways for us to do this:
- We can add a label like
[skip chromatic] that will skip the CI chromatic run
- Or given the label
[run chromatic] that only runs chromatic when the label is present and on every commit
🐛 Bug Report
Right now we run chromatic on every commit to a PR, we should only run it manually when a label is added so decreased the amount of snapshots run.
There's a few ways for us to do this:
[skip chromatic]that will skip the CI chromatic run[run chromatic]that only runs chromatic when the label is present and on every commit