mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-09 23:20:04 +00:00
[docs] add workflow comments and simplify README to prevent staleness
- Add descriptive comments to key workflow files explaining purpose and triggers - Simplify workflows README.md to focus on naming convention only - Remove detailed workflow descriptions that can get out of date - Point users to individual workflow files for current documentation Addresses review feedback: documentation can get out of date quickly, put comments into workflows themselves with single example in README. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/i18n-update-core.yaml
vendored
3
.github/workflows/i18n-update-core.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
name: i18n Update Core
|
||||
|
||||
# Generates and updates translations for core ComfyUI components using OpenAI
|
||||
# Runs manually or automatically on version-bump PRs to keep translations current
|
||||
|
||||
on:
|
||||
# Manual dispatch for urgent translation updates
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user