Branch Protection - Definição do Glossário de CI/CD
As regras de branch protection protegem uma branch (como a main) exigindo status checks aprovados, aprovações ou histórico linear antes que as mudanças possam passar por merge.
Guias relacionados
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…