From 171d0960ef076d93bd454d7988883143b84d7e06 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 15 Aug 2025 06:43:02 +0000 Subject: [PATCH] fix(chromatic.yaml): change edit-mode from replace to append to preserve existing comments in pull request --- .github/workflows/chromatic.yaml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index 66d15810a..558f04fee 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -37,7 +37,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body-includes: '' comment-author: 'github-actions[bot]' - edit-mode: replace + edit-mode: append body: | ## 🎨 Storybook Build Status diff --git a/README.md b/README.md index 2b9228633..f674a05ed 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,10 @@ For detailed development setup, testing procedures, and technical information, p See [locales/README.md](src/locales/README.md) for details. +### Storybook + +See [.storybook/README.md](.storybook/README.md) for component development and visual testing documentation. + ## Troubleshooting For comprehensive troubleshooting and technical support, please refer to our official documentation: