From 0e0ccb9deaad595f1963db60be78b3e48f93326f Mon Sep 17 00:00:00 2001 From: gahyeon Date: Sun, 12 Jan 2025 19:25:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20autoAcceptChanges=20=EC=98=B5=EC=85=98?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index b3972b4..29c8960 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -27,7 +27,6 @@ jobs: with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }} - autoAcceptChanges: true - name: Create comment PR uses: thollander/actions-comment-pull-request@v2