Get Started
Comprehensive guide to handle Pull Requests (PRs) in Outpost Hub.
Pull requests are crucial for team collaboration, ensuring all code changes are reviewed, approved, and verified before merging into the main branch.
To ask for reviews from other users in your Outpost
instance:
Reviewers can leave feedback, approve, or reject PRs. Anyone with sufficient permissions in the project can review PRs without being assigned as a reviewer.
+
icon to comment on a single line. +
icon to comment on multiple lines.Outpost
also tracks file deletions and additions. If a file is deleted in a PR and you mark it as viewed, and then the file is later restored in the PR, Outpost
marks the file accordingly for review in its restored state.Each pipeline configured in your repository will generate a status check. A failing pipeline will result in a failing status check.
Outpost
automatically detects potential merge conflicts in PRs. If conflicts are found, merging is blocked until they are resolved.
If all checks have passed, choose a merge strategy:
Squash and merge is the default strategy. To choose another strategy, click the dropdown next to Squash and merge.
To close a pull request: