What problem does it solve?
Audit and clean redundant CI surface across a Socket fleet: orphan workflow files, automated-security-fixes configurations, and stale workflow records that clutter the UI and confuse deployment pipelines.
Core Features & Use Cases
- Orphan workflow YAML cleanup: Detects and removes per-repo files named lint.yml, check.yml, type.yml, and test.yml that were superseded by the shared ci.yml.
- GitHub-Dependabot automated-security-fixes toggle: Disables automated-security-fixes for affected repos via API while keeping dependabot.yml untouched.
- Stale workflow run history cleanup: Deletes sidebar-only workflow records to reflect the current, consolidated CI state.
- Use Case: Onboard a fleet repository and perform a quarterly cleanup to maintain a clean, predictable CI surface across all fleet projects.
Quick Start
Run the fleet cleaning-ci operation on a repository to inventory CI leftovers and apply a safe cleanup plan.