Merge Queue - CI/CD Glossary Definition
A merge queue automatically batches and tests pull requests against the current main before merging, so individually-green PRs cannot break the branch when combined.
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…
Status Check - CI/CD Glossary DefinitionA status check is the pass/fail result a CI job reports to a commit or pull request. Required checks block me…
Flaky Test - CI/CD Glossary DefinitionFlaky Test: A **flaky test** passes and fails on the same code due to nondeterminism (races, timing, external…