feat(issue): add issue +reopen to reopen a closed issue #362
Loading…
Reference in New Issue
No description provided.
Delete Branch "heke1228/gitlink-cli:feat/issue-reopen"
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?
背景
issue组有+close却没有+reopen,而milestone、pr都有 reopen 对应命令。对标gh issue reopen。改动
新增
issue +reopen,与+close共用setIssueStatus助手:先取当前 issue、replay 其元数据(优先级/标记/负责人/关联分支/日期)再置status_id(reopen=1,close=5),与+close保留完全一致的字段集。新增双语 i18n 键与测试。验证
go build ./...、go test ./...通过。