From fadbcc63ee66138aabf05cdf68bbf08bb14ca024 Mon Sep 17 00:00:00 2001 From: randypanding Date: Tue, 25 Aug 2026 08:23:23 +0000 Subject: [PATCH 1/3] =?UTF-8?q?fix(governance):=20CI-Workflows=20=E7=A0=B4?= =?UTF-8?q?=E7=8E=BB=E7=92=83=E7=9B=B4=E6=8E=A8=E5=9B=9E=E5=A1=AB=E7=99=BB?= =?UTF-8?q?=E8=AE=B0=20+=20apply=20=E8=B7=B3=E8=BF=87=20retired=20?= =?UTF-8?q?=E4=BB=93=EF=BC=88ADR-0088/0085=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- governance/apply.sh | 3 ++- governance/expected-state.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/governance/apply.sh b/governance/apply.sh index b0a0851..ce42d3b 100644 --- a/governance/apply.sh +++ b/governance/apply.sh @@ -118,7 +118,8 @@ while :; do fi N=$(jq 'length' <<<"$CHUNK") [[ "$N" -eq 0 ]] && break - jq -r '.[].name' <<<"$CHUNK" >>"$REPOS_TMP" + # archived(retired,ADR-0085)仓只读——写操作恒 403,跳过而非计 FAIL + jq -r '.[] | select(.archived == false) | .name' <<<"$CHUNK" >>"$REPOS_TMP" [[ "$N" -lt 100 ]] && break PAGE=$((PAGE+1)) done diff --git a/governance/expected-state.json b/governance/expected-state.json index f2465e3..1c1bd8a 100644 --- a/governance/expected-state.json +++ b/governance/expected-state.json @@ -199,6 +199,12 @@ ], "cnb-bridge": [ "6a43a24ba859a64ca9770c18fb1254050917984b" + ], + "CI-Workflows": [ + "766d2c89a27e05c6afefd1963c6020be361edc23", + "5f2684f1e13d33c5f8e260440794324286603bdf", + "f59ba5f5eb238349e225393703ba084b0060287b", + "8f47bcbb05208e5d376d460c3b6e35913883ba09" ] }, "org_required_workflows": { From f17faaa5f275e8426b6710f95eb23285c60df886 Mon Sep 17 00:00:00 2001 From: randypanding Date: Tue, 25 Aug 2026 08:33:57 +0000 Subject: [PATCH 2/3] =?UTF-8?q?ci:=20retrigger=EF=BC=88PR=20body=20?= =?UTF-8?q?=E5=B7=B2=E5=8E=BB=E9=99=A4=20archived=20ADR=20=E5=BC=95?= =?UTF-8?q?=E7=94=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 5691c2eef44c7ce2f33d53398d4b68e27c15d058 Mon Sep 17 00:00:00 2001 From: randypanding Date: Tue, 25 Aug 2026 08:37:28 +0000 Subject: [PATCH 3/3] ci: retrigger with cleaned body