Scenario

A team is removing CircleCI checks from a repository in favor of GitHub Actions (GHA) checks. They have opened a PR that removes the old CircleCI config. The GHA checks are passing, but the CircleCI runner's checks are still failing (usually with a message like "Missing configuration").

Runbook

Examples