From 91d121179db971079120a2e0d41ac45d2048861a Mon Sep 17 00:00:00 2001 From: gahyeon Date: Sun, 12 Jan 2025 19:29:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=81=AC=EB=A1=9C=EB=A7=88=ED=8B=B1=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 29c8960..1d3cfed 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -27,6 +27,8 @@ jobs: with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }} + onlyChanged: true + autoAcceptChanges: true - name: Create comment PR uses: thollander/actions-comment-pull-request@v2