fix: advance resolving issue status from PRs

This commit is contained in:
Tianyi Cui
2026-08-04 17:49:21 +08:00
parent 7f3ea406e1
commit f22cacc63b
7 changed files with 155 additions and 9 deletions

View File

@@ -26,6 +26,7 @@
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:issue-management": "node --test .github/issue-management/policy.test.mjs",
"test:snapshot": "vitest run --config vitest.snapshot.config.ts",
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",