gitlink-cli/shortcuts/workflow
wbtiger e9465355af Merge PR #279: feat(workflow): 新增陈旧队列扫描报告命令
# Conflicts:
#	docs/pr-draft.md
#	shortcuts/workflow/api_types.go
#	shortcuts/workflow/render.go
#	shortcuts/workflow/render_test.go
#	shortcuts/workflow/workflow.go
#	shortcuts/workflow/workflow_test.go
2026-07-14 22:49:56 +08:00
..
testdata Merge PR #279: feat(workflow): 新增陈旧队列扫描报告命令 2026-07-14 22:49:56 +08:00
api_types.go feat(workflow): replace raw api calls with shortcut-backed fetches 2026-07-03 11:28:52 +08:00
api_types_test.go fix(workflow): use status/category list filters in health and report fetchers 2026-07-08 12:11:46 +08:00
health_fetch.go fix(workflow): use status/category list filters in health and report fetchers 2026-07-08 12:11:46 +08:00
health_fetch_test.go fix(workflow): use status/category list filters in health and report fetchers 2026-07-08 12:11:46 +08:00
health_score.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
health_score_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
messages.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
messages_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
pr_fetch.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_fetch_test.go test: add comprehensive test coverage across all packages (88.5% → 90.3%) 2026-05-31 15:41:54 +08:00
pr_summary.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_summary_test.go test: add comprehensive test coverage across all packages (88.5% → 90.3%) 2026-05-31 15:41:54 +08:00
release_notes.go feat(workflow): add release notes command 2026-07-08 17:23:00 +08:00
release_notes_fetch.go feat(workflow): add release notes command 2026-07-08 17:23:00 +08:00
release_notes_test.go feat(workflow): add release notes command 2026-07-08 17:23:00 +08:00
render.go feat(workflow): add release notes command 2026-07-08 17:23:00 +08:00
render_test.go feat(workflow): add release notes command 2026-07-08 17:23:00 +08:00
repo_report.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
repo_report_fetch.go fix(workflow): use status/category list filters in health and report fetchers 2026-07-08 12:11:46 +08:00
repo_report_fetch_test.go fix(workflow): use status/category list filters in health and report fetchers 2026-07-08 12:11:46 +08:00
repo_report_test.go test: add comprehensive test coverage across all packages (88.5% → 90.3%) 2026-05-31 15:41:54 +08:00
review_context.go feat(workflow): replace raw api calls with shortcut-backed fetches 2026-07-03 11:28:52 +08:00
review_context_test.go feat(workflow): replace raw api calls with shortcut-backed fetches 2026-07-03 11:28:52 +08:00
stale.go feat(workflow): 新增陈旧队列扫描命令 2026-06-24 17:40:47 +08:00
stale_fetch.go feat(workflow): 新增陈旧队列扫描命令 2026-06-24 17:40:47 +08:00
stale_test.go feat(workflow): 新增陈旧队列扫描命令 2026-06-24 17:40:47 +08:00
triage_fetch.go Merge PR #279: feat(workflow): 新增陈旧队列扫描报告命令 2026-07-14 22:49:56 +08:00
triage_fetch_test.go fix(workflow): use status/category list filters in health and report fetchers 2026-07-08 12:11:46 +08:00
triage_rules.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
triage_rules_test.go chore: fix CI workflow, golangci-lint config, and minor lint/format issues 2026-05-31 22:45:17 +08:00
types.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
workflow.go feat(workflow): add release notes command 2026-07-08 17:23:00 +08:00
workflow_test.go Merge PR #414: feat(workflow): add release notes command 2026-07-14 22:49:52 +08:00