Back to Tags
Pull Request
5 items tagged with "pull-request"
Filter by type:
Best Practices2
Best Practice
GitHub Flow
A lightweight, branch-based workflow built around short-lived feature branches, pull requests, and continuous deployment from a single always-deployable main branch.
Best Practice
Code Review Best Practices
Guidance for effective, fast, and respectful code review, drawn from Google's engineering practices, to improve code health over time.
Tutorials3
Tutorial
Gate Pull Requests on a Drift Budget
Use vg scan --drift-budget in CI to fail pull requests that exceed a DriftScore threshold, keeping upgrade drift inside an agreed limit.
Tutorial
Comment Drift Results on Pull Requests
Generate a Markdown drift report with the Vibgrate CLI and post it as a pull request comment so reviewers see the DriftScore in context.
Tutorial
Scan Only Changed Files in CI
Use vg scan --changed-only to focus pull request scans on modified files for faster, more relevant drift feedback in CI.