Pull Request Reviews
Pull Request Reviews are repository-level, agent-backed reviews of incoming pull requests. They are not enabled automatically when you connect a Git provider. The repository itself has to be configured for review.Where To Turn It On
- Open
Settings->Integrations->Git - Open the integration
- Open a repository under that integration
- Enable PR reviews for that repository
- Pick the review agent if the UI prompts for one
What Happens When A Review Runs
When a configured repository receives a pull request event:- Cloudgeni creates or updates a review session linked to that PR
- Review history is exposed through
Pull Requests->Reviews - The review is stored as an agent-session-backed record, not as a separate system
What It Depends On
- An active Git integration
- A repository with PR reviews enabled
- Working provider-side access and webhook or event delivery
Provider Notes
- GitHub: works through the GitHub integration path
- GitLab: works through the GitLab integration path and project-level webhook model
- Azure DevOps: works through the Azure DevOps integration path
What To Expect From The Output
Use PR reviews for:- Security and compliance feedback before merge
- Another pair of eyes on infrastructure changes
- Review history attached to the PR lifecycle
Related Pages
Connect Git
Start with the provider connection and repository list.
AI DevOps
Use interactive sessions when you want to drive the change instead of only review it.