fix(pr): include closed time in view output #49
Loading…
Reference in New Issue
No description provided.
Delete Branch "dtwdtw/gitlink-cli:fix/issue-14-pr-closed-at"
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?
问题
pr +view查看已关闭 PR 时,接口返回里没有补充关闭时间,导致 issue #14 中提到的字段缺失。修改
closed_at时,读取关联 issue 的操作记录补齐关闭时间测试
go test ./shortcuts/prgo test ./...go run . pr +view --owner Gitlink --repo gitlink-cli -i 37 --format json关联 issue #14