Status Check - CI/CD 用語集の定義
status check とは、CI の実行が commit や pull request に対して報告する成功または失敗の状態です。必須の check は merge が許可される前に通過しなければなりません。
関連ガイド
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…