GitHub Projects 高度な検索がGA:ボードは監査ログではない

Dev
閲覧数 3

ANDORreviews:でreleaseとreviewの詰まりを精密に抽出できる。ただし90日を超えたdeployment statusはRESTとGraphQLから消え、current stateだけが残る。

GitHub Projectsと長期保存するデプロイ証跡台帳を90日の境界で分離した図
ボードは現在を問い、evidence ledgerは過去を復元する。

GitHub Projects 高度な検索がGA:ボードは監査ログではない

Projectsはcontrol viewとして使い、必要ならcommit SHA、environment、deployment ID、actor、workflow URL、artifact digestをアクセス制御された台帳へ保存する。

Doneをmerge、deploy、production validationに分ける。APIの0件は「失敗なし」ではなく保存期限切れかもしれない。

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