From b09ff8607818e95b65bb3f08f2bedcbecb7f3d9e Mon Sep 17 00:00:00 2001 From: Surponess Date: Mon, 29 Jun 2026 10:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E9=AA=8C=E8=AF=81=E7=BB=93?= =?UTF-8?q?=E6=9E=9C(=E6=9C=AC=E6=AC=A1=E6=89=A7=E8=A1=8C,=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E9=80=9A=E8=BF=87)=20=E9=AA=8C=E8=AF=81=E9=A1=B9=09?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=09=E8=AF=B4=E6=98=8E=20=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=B8=80=C2=B7=E7=BC=96=E8=AF=91=09=E2=9C=85=09go=20build=20?= =?UTF-8?q?=E6=88=90=E5=8A=9F=20=E4=BB=BB=E5=8A=A1=E4=B8=80=C2=B7=E5=85=A8?= =?UTF-8?q?=E9=87=8F=E6=B5=8B=E8=AF=95=09=E2=9C=85=0941=20=E5=8C=85?= =?UTF-8?q?=E9=80=9A=E8=BF=87=20/=200=20=E5=A4=B1=E8=B4=A5=20=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E4=B8=80=C2=B725=20=E5=9F=9F=E5=8F=AF=E7=94=A8=09?= =?UTF-8?q?=E2=9C=85=09=E4=B9=8B=E5=89=8D=E9=AA=8C=E8=AF=81=2025/25=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E4=BA=8C=E4=B8=89=E5=9B=9B=C2=B7Skill=20?= =?UTF-8?q?=E8=A7=84=E8=8C=83=09=E2=9C=85=097=20=E4=B8=AA=E6=96=B0=20Skill?= =?UTF-8?q?=20frontmatter=20=E5=85=A8=E5=90=88=E8=A7=84=20demo=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=AF=AD=E6=B3=95=09=E2=9C=85=094=20=E4=B8=AA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC(snippet/pr-guard/research/live)=E5=85=A8?= =?UTF-8?q?=E8=BF=87=20examples=20=E8=A6=86=E7=9B=96=09=E2=9C=85=0942=20?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E4=BB=B6=20/=2038=20=E4=B8=AA=20Skill=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=20=F0=9F=94=A7=20=E9=AA=8C=E8=AF=81=E5=8F=91?= =?UTF-8?q?=E7=8E=B0=E5=B9=B6=E4=BF=AE=E5=A4=8D=E7=9A=84=E5=9B=9E=E5=BD=92?= =?UTF-8?q?(=E5=85=B3=E9=94=AE)=20=E9=97=AE=E9=A2=98:=E4=B9=8B=E5=89=8D?= =?UTF-8?q?=E7=BB=99=20register.go=20=E5=8A=A0=20pm=20=E5=9F=9F=E6=97=B6,?= =?UTF-8?q?=E6=BC=8F=E4=BA=86=E6=9B=B4=E6=96=B0=E5=9B=9E=E5=BD=92=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20register=5Ftest.go=20=E2=80=94=E2=80=94=20=E5=AE=83?= =?UTF-8?q?=E7=A1=AC=E7=BC=96=E7=A0=81=E6=9C=9F=E6=9C=9B=2024=20=E4=B8=AA?= =?UTF-8?q?=20group,=E5=8A=A0=20pm=20=E5=90=8E=E5=8F=98=2025,=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=20TestRegisterAll=20=E5=A4=B1=E8=B4=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复:expectedGroups 列表补上 "pm"(24→25),重跑全量测试 41 包全绿。 这说明:光"能跑通"≠"验证通过"。如果不跑全量测试,这个回归会带到提交里。验证抓到了。 --- shortcuts/register_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcuts/register_test.go b/shortcuts/register_test.go index dc9343a..04ddaf1 100644 --- a/shortcuts/register_test.go +++ b/shortcuts/register_test.go @@ -13,7 +13,7 @@ func TestRegisterAll(t *testing.T) { expectedGroups := []string{ "repo", "issue", "label", "license", "pr", "profile", "release", "branch", "org", "user", "search", "ci", "workflow", - "compare", "member", "milestone", "pipeline", "webhook", + "compare", "member", "milestone", "pipeline", "pm", "webhook", "dataset", "health", "ignore", // HEAD-only groups preserved during the upstream/master merge. "file", "snippet", "wiki",