Branch Protection - CI/CD 用語集の定義
branch protection のルールは、変更が merge される前に、通過した status check、承認、または線形の履歴を要求することで、branch (main など) を守ります。
関連ガイド
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…
Merge Queue - CI/CD Glossary DefinitionA merge queue serializes pull requests and tests each against the latest main before merging, stopping green…
Continuous Integration (CI) - CI/CD Glossary DefinitionContinuous Integration (CI): **Continuous integration** is the practice of automatically building and testing…