Pull Request - Definição do Glossário CI/CD
Um pull request (PR; merge request no GitLab) é uma proposta de mesclar um branch em outro. Ele agrupa o diff, a discussão, as aprovações de review e os status checks de CI em uma única unidade.
Disparando a CI
O evento pull_request executa workflows contra o resultado do merge, então os checks refletem como o código ficará após a mesclagem, e não apenas o branch isolado.
Guias relacionados
Code Review - CI/CD Glossary DefinitionCode Review: Code review is the practice of having one or more people read a proposed change before it merges…
Trigger (Event) - CI/CD Glossary DefinitionTrigger (Event): A **trigger** is the event that starts a workflow - `push`, `pull_request`, `schedule`, `wor…
What Is a Feature Branch?A feature branch is a short-lived branch where a single feature or fix is developed in isolation before mergi…