diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e290f465..050919b4 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -23,6 +23,7 @@ jobs: with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # Enables https://www.chromatic.com/docs/turbosnap + autoAcceptChanges: 'main' # 👈 Option to accept all changes on main to be baseline exitZeroOnChanges: true # Visual changes SHOULD NOT block merging of PRs exitOnceUploaded: true # Exit with status 0 (OK) once the build has been sent to Chromatic. externals: |