GitHub Projects 進階搜尋 GA:看板不是稽核日誌

Dev
瀏覽 4

ANDORreviews: 能更精準找出 release 和 review 阻塞。但超過90天的 deployment status 會從 REST 與 GraphQL 消失,current state 仍保留。

分離 GitHub Projects 與長期 deployment 證據帳本的架構圖
看板回答現在,evidence ledger 重建過去。

GitHub Projects 進階搜尋 GA:看板不是稽核日誌

把 Projects 當作 control view;需要時將 commit SHA、environment、deployment ID、actor、workflow URL 與 artifact digest 保存到受控帳本。

分別定義 merge、deploy 與 production validation 的 Done。API 空結果也可能代表保存期限已過。

Operational checklist

Use Projects as the current control view

Export required evidence before the 90-day boundary

Link releases with commit SHA and deployment ID

Treat empty API history as potentially expired

Sources