Merge Queue - CI/CD 用語集の定義
merge queue は、マージ前に現在の main に対して pull request を自動的にまとめてテストするため、個別には緑の PR でも組み合わせたときにブランチを壊すことがなくなります。
関連ガイド
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…