Workflows
The GitHub Actions workflows behind the merge gate and the telemetry pipeline: what each does, what triggers it, where it lives, and whether it works today.
Only one of these is something your repo calls directly: redline-gate.yml, referenced by name from the caller workflow (templates/redline.yml) that redline init installs. The rest are org infrastructure for telemetry — they live in a central repo (usually redline-metrics), need their own secrets, and run on a schedule whether or not any given product repo exists.
GitHub Actions, so GitHub-only — the CLI onboards and verifies on Azure DevOps, the scheduled plane does not yet reach it. See Telemetry & validation.
redline-sync.yml and verify-onboarding.yml are live where a platform team has installed them and created the tokens they name — sync is a real cross-repository write on a GitHub estate, pull-request-only and scoped. See Who runs what for which credential each one holds.
redline-gate.yml →
Reusable gate: checklist, ADR-for-big-diffs, dependency review, diff secret scan, label-aware aggregation. Active.
redline-sync.yml →
Distributes standards and gate callers to onboarded repos as PRs. Active — runs on a push to main touching standards/, cli/render/ or templates/, and on workflow_dispatch.
redline-collect.yml →
Nightly telemetry collection across the org. Lives in the redline-metrics repo.
weekly-digest.yml →
Monday Teams digest workflow. Lives in the redline-metrics repo.
inbox.yml →
Org-wide prioritised PR inbox on GitHub Pages. Lives in this (source) repo.
dashboard.yml →
Telemetry dashboard build and publish. Lives in the redline-metrics repo.
seed-canary.yml →
Weekly regression test against the seeded corpus. Lives in the redline-metrics repo.
verify-onboarding.yml →
Re-verifies onboarded repos still report the required check, and opens one tracking issue on drift. Active — weekly, Tuesday 06:00 UTC, plus workflow_dispatch.