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.