Status Check - CI/CD Glossary Definition
A status check is the success or failure state a CI run reports against a commit or pull request; required checks must pass before a merge is allowed.
Related guides
Branch Protection - CI/CD Glossary DefinitionBranch protection is a set of rules that guard a branch - requiring passing checks, reviews, or an up-to-date…
Merge Queue - CI/CD Glossary DefinitionA merge queue serializes pull requests and tests each against the latest main before merging, stopping green…
Job - CI/CD Glossary DefinitionJob: A **job** is a set of steps that run on a single runner. Jobs run in parallel by default and can depend…