Repos
Manage monitored repositories and per-repo settings for PR reviews and the agent.
Manage which repositories Paragon monitors and configure per-repo settings for automatic PR reviews, agent behavior, and access control.
Adding Repositories
- Enable the "Automatic PR Reviews" toggle on the PR Reviews dashboard
- Click "Manage Repos" to open the repository manager
- Search and select repositories with checkboxes
- Selected repos are auto-saved after a short delay
Disabling PR reviews will remove all monitored repositories.
Per-Repository Settings
Each repository has individual toggles that control how Paragon interacts with it. These settings are managed from the Repos page.
Auto Review
When enabled, Paragon automatically reviews every new pull request opened against this repository. Disable to only receive reviews when manually triggered via @paragon-review.
Open Access
Allow external contributors (outside your GitHub organization) to trigger Paragon on this repository. By default, only org members can trigger reviews and agent runs.
Only enable Open Access for public repositories where you trust community contributions.
Agent Monitoring
When enabled, the Paragon Agent continuously monitors this repository for issues. The agent watches for patterns like security vulnerabilities, performance regressions, and code quality problems, and can flag them proactively.
Agent Auto-Fix
When enabled alongside Agent Monitoring, the agent automatically creates fixes for issues it discovers instead of just reporting them. The agent commits changes to a new branch and opens a pull request for your review.
Agent Push-as-PR
Controls how the agent delivers code changes. When enabled, the agent always pushes changes as a new pull request rather than committing directly to the working branch. This ensures all agent-generated changes go through your standard code review process.
Auto-Resolve
When enabled, Paragon automatically resolves review comments that have been addressed in subsequent commits. If a flagged issue is fixed in a follow-up push, the corresponding review comment is marked as resolved.
Enabled by default for new repositories.
GitHub Connection
Connect your GitHub account to enable repository access:
- View connection status in "Code Host Connections"
- Click "Connect" or "Reconnect" to authorize
- Tokens are encrypted and auto-refresh