chore: update workflow $START from _ to new/resume #79
Reference in New Issue
Block a user
Delete Branch "chore/uwf-start-new-resume"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Update all 3 workflow YAML files to use
new/resumestatus keys on$STARTinstead of_.Why
united-workforce#101changed the$STARTnode semantics —_is no longer valid; workflows must declare explicitnew(first start) andresume(resuming completed thread) edges.Changes
.workflows/solve-issue.yaml—$START._→$START.new+$START.resume.workflows/e2e-check.yaml— same.workflows/retrospect-workflow.yaml— sameRef
Refs shazhou/united-workforce#101
LGTM ✅ 三个 workflow 机械替换
$START._→new+resume,和 uwf #102 保持一致。