Skip to content

Commit

Permalink
enhancement(github actions - chromatic): added autoAcceptChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed May 13, 2024
1 parent b9e68be commit 92effd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 92effd4

Please sign in to comment.