3 - Working With Pull Requests
# Working with Pull Requests
Once you've selected repositories to track, all their open pull requests appear in the Ridge Sight dashboard. This article covers everything you can do with PRs.
## The PR List
The main area of the dashboard shows a list of PR cards. Each card displays at a glance:
| Info | Description |
|---|---|
| Title | The PR title and number (e.g., #42) |
| Author | GitHub username and avatar |
| Repository | Which repo the PR belongs to |
| Age | When the PR was created and last updated |
| Draft | Badge shown if the PR is still a draft |
| CI Status | ✅ Passing, ❌ Failing, ⏳ Pending, or ❓ Unknown |
| Review Status | Approved, changes requested, review requested, etc. |
| Conflicts | Whether the PR has merge conflicts with the base branch |
| Labels | Any GitHub labels applied to the PR |
## Expanding a PR
Click any PR card to expand it and see:
- - Full PR description (rendered Markdown)
- - Branch info — Head and base branch names
- - Detailed CI and review status
- - Conflict file details (Premium)
- - Copilot review comments (Premium)
- - PR timeline — Events like commits, reviews, and comments
- - AI Insights — Risk analysis button (Premium)
Free plan: PR expansion is limited to 5 per hour. Premium users have unlimited expansions.
## Dashboard Tabs
The dashboard has several tabs for different views:
| Tab | What It Shows |
|---|---|
| All PRs | Every open PR from your selected repositories |
| AI Feed ✨ | PRs ranked by AI risk signals — conflicts, failing CI, staleness (Premium) |
| My Queue | PRs you authored, are assigned to, or where your review is requested |
| Team Queue | All PRs grouped by author, sorted by volume |
| Saved | PRs you've bookmarked for later review |
## Saving a PR
Save a PR to bookmark it for later review:
- - Click the bookmark icon (🔖) on any PR card.
- - The PR appears in your Saved tab.
- - To unsave, click the bookmark icon again.
Saved PRs persist across sessions — they're stored in your account, not just your browser.
Free plan: Up to 10 saved PRs. Premium users have unlimited saves.
## Dismissing a PR
Dismiss a PR to hide it from your main view:
- - Click the X button on any PR card.
- - The PR is removed from your active list.
- - You can restore dismissed PRs from the confirmation dialog.
Dismissed PRs are retained for 30 days (Free) or 90 days (Premium), then permanently removed.
## Merging a PR (Premium)
Premium users can merge pull requests directly from Ridge Sight:
- - Expand a PR card.
- - Click the Merge button.
- - Choose a merge method:
- - Merge commit — Creates a merge commit
- - Squash and merge — Squashes all commits into one
- - Rebase and merge — Rebases commits onto the base branch
- - Optionally customize the commit title and message.
- - Confirm the merge.
Merge is only available when the PR has no conflicts and CI checks are passing.
## Commenting on a PR (Premium)
Premium users can leave comments directly from the dashboard:
- - Expand a PR card.
- - Type your comment in the comment box.
- - Click Submit.
Comments are posted to the PR on GitHub — they'll appear just like any other GitHub comment.
## Approving a PR (Premium)
Premium users can submit approving reviews:
- - Expand a PR card.
- - Click Approve.
The approval is submitted as a GitHub review and is visible on the PR page on GitHub.
## Marking a Draft PR as Ready for Review
If you authored a draft PR, you can mark it as ready for review:
- - Expand the draft PR.
- - Click Ready for Review.
- - The PR's draft status is removed on GitHub.
## Filtering Pull Requests
Use the filter controls above the PR list to narrow down what you see:
| Filter | Options |
|---|---|
| Search | Free-text search across PR titles |
| Repository | Filter to a specific repo |
| Author | Filter by PR author |
| Label | Filter by GitHub label |
| Draft status | All, Drafts only, Ready only |
| Conflicts | All, Has conflicts, No conflicts |
| CI status | All, Passing, Failing, Pending, Unknown |
| Review status | All, Approved, Changes requested, Review requested, Needs my review, Ready to merge |
| Age | All, Less than 3 days, 3–7 days, Older than 7 days |
### Sorting
You can sort the PR list by:
- - Last updated (default)
- - Date created
- - Priority — A calculated score based on CI status, conflicts, and review state
- - Risk — AI-generated risk score (Premium, requires AI Insights)
### Filter Presets
Save your frequently used filter combinations as presets:
- - Set your desired filters.
- - Click Save Preset.
- - Give it a name.
- - Access it later from the presets dropdown.
### Shared Views
Share a filtered view with your team:
- - Set your filters.
- - Click Share View.
- - Name the view and share the generated link.
Team members with access can load the same filtered view.
## Work Items (Premium)
Track the status of PRs as they move through your review pipeline:
- - Expand a PR card.
- - Set a work item status: Claimed, In Progress, or Done.
- - Work item status is visible to your team and persists across sessions.
This helps teams coordinate who is handling which PR without leaving Ridge Sight.
## Bulk Actions
Select multiple PRs for batch operations:
- - Use the checkboxes on PR cards to select multiple PRs.
- - Choose a bulk action (e.g., Save all, Dismiss all).
## Auto-Refresh (Premium)
Premium users get automatic dashboard refresh — the PR list updates periodically without needing to manually reload. The last updated timestamp shows when data was last fetched.
Free users can manually refresh by clicking the Refresh button.
## Viewing on GitHub
Every PR card includes a direct link to view the PR on GitHub. Click the external link icon (↗) to open the PR in a new tab.
## Related Articles
- -
Notifications & Team Settings — Configure alerts and team defaults
- -
Managing Your Repositories — Control which repos appear
- -
AI Insights — Risk analysis for PRs
- -
Plans & Pricing — Feature comparison by plan
Still need help? Submit a support ticket