Commit d493c3d
Improve documentation consistency in frontend-to-desktop issue transfer task (#107)
* feat: add desktop issue transfer task
This adds a new task to transfer issues labeled "frontend" from Comfy-Org/desktop to Comfy-Org/ComfyUI_frontend.
- Created gh-desktop-issue-transfer task with full workflow
- Added comprehensive test coverage with MSW mocking
- Follows same pattern as gh-frontend-issue-transfer
- Transfers issues with comments, labels, and assignees
- Tracks transferred issues to avoid duplicates
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: register desktop issue transfer task in run-gh-tasks
- Add runGithubDesktopIssueTransferTask to imports
- Register task in TASKS array
- Ensures desktop issues with 'frontend' label are transferred to ComfyUI_frontend repo
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add ComfyUI to Desktop issue transfer task
Transfers issues labeled "desktop" from comfyanonymous/ComfyUI to Comfy-Org/desktop.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add Frontend to Desktop issue transfer task
Transfers issues labeled "desktop" from Comfy-Org/ComfyUI_frontend to Comfy-Org/desktop.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: register new desktop issue transfer tasks in run-gh-tasks
Adds ComfyUI to Desktop and Frontend to Desktop issue transfer tasks to the automated task runner.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: Implement GitHub issue transfer tasks between ComfyUI and frontend/desktop repositories
- Added `gh-issue-transfer-comfyui-to-frontend` task to transfer issues from ComfyUI to ComfyUI_frontend.
- Added `gh-issue-transfer-desktop-to-frontend` task to transfer issues from Comfy-Org/desktop to ComfyUI_frontend.
- Added `gh-issue-transfer-frontend-to-desktop` task to transfer issues from ComfyUI_frontend to Comfy-Org/desktop.
- Created corresponding test files for the new transfer tasks to ensure functionality and error handling.
- Updated `run-gh-tasks.ts` to include the new transfer tasks in the task execution flow.
* docs(easylabel.tsx): update comments to clarify allowed label patterns for better understanding and maintainability
* refactor(gh-issue-transfer-frontend-to-desktop): remove limit on issue transfer to allow processing of all issues
* Initial plan
* docs: use 'the frontend repository' for consistency in documentation
Co-authored-by: snomiao <7323030+snomiao@users.noreply.github.com>
---------
Co-authored-by: snomiao <snomiao@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: snomiao <7323030+snomiao@users.noreply.github.com>1 parent 85fcb7d commit d493c3d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments