fix(chromatic.yaml): change edit-mode from replace to append to preserve existing comments in pull request

This commit is contained in:
snomiao
2025-08-15 06:43:02 +00:00
parent 74a83fa99e
commit 171d0960ef
2 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body-includes: '<!-- STORYBOOK_BUILD_STATUS -->'
comment-author: 'github-actions[bot]'
edit-mode: replace
edit-mode: append
body: |
<!-- STORYBOOK_BUILD_STATUS -->
## 🎨 Storybook Build Status

View File

@@ -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: