fix(work-items): pin mainline sequence spotlight
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m14s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m14s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -8644,12 +8644,14 @@ function AiControlledRunbookCoveragePanel({
|
||||
"CIR-P0-007",
|
||||
"CIR-P0-009",
|
||||
"CIR-P0-010",
|
||||
"CIR-P0-012",
|
||||
"CIR-P0-015",
|
||||
"CIR-P0-LOG-001",
|
||||
"CIR-P0-TG-001",
|
||||
]);
|
||||
const spotlightRows = rows
|
||||
.filter((row) => row.work_item_id && spotlightIds.has(row.work_item_id))
|
||||
.slice(0, 6);
|
||||
.slice(0, 8);
|
||||
const metricCards = [
|
||||
{
|
||||
key: "completion",
|
||||
|
||||
Reference in New Issue
Block a user