Skip to content
Latchkey

Status Check - CI/CD Glossary Definition

A status check is a pass or fail result reported against a commit (by CI or an app) that branch protection can require before a pull request may merge.

Required checks

In branch protection you mark specific checks as required, so a PR cannot merge until they are green. GitHub Actions jobs surface as checks by their job name. Combine with "require branches to be up to date" to ensure checks ran against the latest base.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →