mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
fix(chromatic.yaml): change edit-mode from replace to append to preserve existing comments in pull request
This commit is contained in:
2
.github/workflows/chromatic.yaml
vendored
2
.github/workflows/chromatic.yaml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body-includes: '<!-- STORYBOOK_BUILD_STATUS -->'
|
body-includes: '<!-- STORYBOOK_BUILD_STATUS -->'
|
||||||
comment-author: 'github-actions[bot]'
|
comment-author: 'github-actions[bot]'
|
||||||
edit-mode: replace
|
edit-mode: append
|
||||||
body: |
|
body: |
|
||||||
<!-- STORYBOOK_BUILD_STATUS -->
|
<!-- STORYBOOK_BUILD_STATUS -->
|
||||||
## 🎨 Storybook Build Status
|
## 🎨 Storybook Build Status
|
||||||
|
|||||||
@@ -529,6 +529,10 @@ For detailed development setup, testing procedures, and technical information, p
|
|||||||
|
|
||||||
See [locales/README.md](src/locales/README.md) for details.
|
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
|
## Troubleshooting
|
||||||
|
|
||||||
For comprehensive troubleshooting and technical support, please refer to our official documentation:
|
For comprehensive troubleshooting and technical support, please refer to our official documentation:
|
||||||
|
|||||||
Reference in New Issue
Block a user