Skip to content

[CI Health] CI Health Report — 2026-03-19 #355

@github-actions

Description

@github-actions

Repos scanned: 22 | Overall health: ~78%

Run ID: 23280910312 — Generated by maintenance-ci workflow


Organization Summary

Status Workflows Repos
🟢 Healthy (>=90%) 16 14
🟡 Warning (80–89%) 0 0
🔴 Critical (<80%) 6 4
⚪ Disabled 25 11
❔ Stale (>7d no runs) 11 10

Failing Workflows

Repo Workflow Last Conclusion Last Run Trend
sdlc-quality CI failure 2026-03-01 ⬇️ Declining (stale 18d)
atlatl CI Checks failure 2026-03-11 ⬇️ Critical (only 1 run ever)
atlatl Code Coverage cancelled 2026-03-12 ⬇️ Unstable (3 total runs: 1 success, 1 failure, 1 cancelled)
atlatl-spec Deploy to GitHub Pages failure 2026-03-11 ⬇️ Declining
atlatl-spec Validate Specification failure 2026-03-07 ⬇️ Declining
vscode-git-adr CI failure 2026-03-02 ⬇️ Stale + failing (17d)

Notes on failures:

  • sdlc-quality/CI: Failing since chore: update dependabot configuration on 2026-03-01, no follow-up fix
  • atlatl/CI Checks: Last attempt failed on clippy 1.94 lint issues (unresolved doc links, cast_sign_loss, etc.)
  • atlatl/Code Coverage: Cancelled after >30min — ONNX Runtime cross-compilation matrix likely timing out
  • atlatl-spec/Deploy: Broken by @redocly/cli bump from 2.20.0→2.20.4 on 2026-03-11
  • atlatl-spec/Validate: Mermaid sequence diagram HTML tag in note (<br/> not allowed)
  • vscode-git-adr/CI: Broken by actions/upload-artifact major version bump (v6→v7) on 2026-03-02

Disabled Workflows

Repo Workflow State Last Updated
.github Dependabot Rollout disabled_manually 2026-03-13
.github Dependabot Sweep disabled_manually 2026-03-13
github-project-manager Agentic Maintenance disabled_manually 2026-03-13
sdlc-quality SDLC Compliance Audit disabled_manually 2026-03-13
homebrew-tap livecheck.yml disabled_manually 2026-03-13
rlm-rs Agentic Maintenance disabled_manually 2026-03-13
subcog Security disabled_manually 2026-03-13
lro-bench CodeQL Analysis disabled_manually 2026-03-13
lro-bench Security Audit disabled_manually 2026-03-13
lro-bench Stale Issue Management disabled_manually 2026-03-13
daedalus Contributor Recognition disabled_manually 2026-03-13
daedalus Security Audit disabled_manually 2026-03-13
daedalus Stale Issue Management disabled_manually 2026-03-13
atlatl ADR Validation disabled_manually 2026-03-11
atlatl ADR Viewer disabled_manually 2026-03-11
atlatl Benchmark Regression Detection disabled_manually 2026-03-11
atlatl Benchmark disabled_manually 2026-03-11
atlatl Code Quality Metrics disabled_manually 2026-03-11
atlatl CodeQL Analysis disabled_manually 2026-03-11
atlatl Docker disabled_manually 2026-03-11
atlatl Publish to crates.io disabled_manually 2026-03-11
atlatl SBOM Generation disabled_manually 2026-03-11
atlatl Sign Release Assets disabled_manually 2026-03-11
atlatl Secrets Scan disabled_manually 2026-03-11
atlatl Security Audit disabled_manually 2026-03-13

Note: atlatl had a large batch disable on 2026-03-11 (likely to unblock active development). atlatl/Spell Check also disabled.


Stale Workflows (No runs in 7+ days on main)

Repo Workflow Last Run Days Stale
sdlc-quality CI 2026-03-01 18d
MIF Validate MIF Schemas 2026-02-22 25d
human-voice CI 2026-03-01 18d
documentation-review CI 2026-03-01 18d
adr CI 2026-03-01 18d
rlm-rs-plugin CI 2026-03-06 13d
ccpkg Deploy to GitHub Pages 2026-03-06 13d
git-adr CI 2026-03-06 13d
vscode-git-adr CI 2026-03-02 17d (+ failing)
structured-madr Validate ADRs 2026-02-16 31d
lro-bench CI Checks Never ran New/Untriggered
daedalus CI Checks Never ran New/Untriggered

Most stale CIs reflect repos with no commits to main in that period (not a defect). structured-madr and MIF are the longest without activity. lro-bench and daedalus CI Checks workflows were created but have never been triggered on main.


Per-Repo Health Scores
Repo Health Score Tracked Workflows Failing Disabled
.github 100% 33 active 0 2
github-project-manager 100% 2 active 0 1
sdlc-quality 🔴 ~60% 4 active 1 (CI) 1
homebrew-tap 100% 6 active 0 1
atlatl 🔴 <50% 14 active 2 (CI Checks, Coverage) 13
atlatl-spec 🔴 ~20% 3 active CI 2 (Deploy, Validate) 0
rlm-rs 100% 17 active 0 1
MIF 100% (stale) 5 active 0 0
subcog 100% 12 active 0 1
lro-bench ❓ Unknown 27 active 0 recorded 3
daedalus ❓ Unknown 27 active 0 recorded 3
ccpkg 100% (stale) 6 active 0 0
refactor N/A 1 active (Dependabot only) 0 0
human-voice 100% (stale) 3 active 0 0
rlm-rs-plugin 100% (stale) 4 active 0 0
memory-capture-plugin N/A 2 active (Dependabot only) 0 0
documentation-review 100% (stale) 3 active 0 0
adr 100% (stale) 4 active 0 0
adrscope 100% 12 active 0 0
git-adr 100% (stale) 8 active 0 0
structured-madr 100% (stale) 5 active 0 0
vscode-git-adr 🔴 ~67% 7 active 1 (CI) 0
Common Failure Patterns
  • Rust toolchain / lint regressions (2 repos, 2 workflows): Clippy 1.94 introduced stricter lints. Seen in atlatl/CI Checks (cast_sign_loss, unresolved doc links). Likely to affect other Rust repos when next triggered.

  • Dependency bumps breaking builds (2 repos, 2 workflows): @redocly/cli 2.20.0→2.20.4 broke atlatl-spec/Deploy. actions/upload-artifact v6→v7 broke vscode-git-adr/CI. Both are semver bumps that introduced breaking changes.

  • CI never triggered after workflow creation (2 repos): lro-bench and daedalus have CI Checks workflows that exist but have no run history on main — likely require a push or manual trigger to activate.

  • Long-duration cancellation (1 workflow): atlatl/Code Coverage is consistently cancelling at 30 min due to ONNX Runtime cross-compilation matrix (aarch64-musl targets). This is an infrastructure/matrix sizing issue.

  • Stale CI (no pushes to main) (9 repos): Multiple repos (human-voice, documentation-review, adr, MIF, etc.) have been inactive for 13–31 days. No CI failures, but no recent validation either.


Generated by maintenance-ci workflow — https://github.com/zircote/.github/actions/runs/23280910312

Generated by Maintenance CI ·

Metadata

Metadata

Assignees

No one assigned

    Labels

    gpm/reportGPM automated report

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions