Configure
Dashboard
What each page in your PRMergeSafe dashboard does and when to use it.
How to get there
Visit prmergesafe.com/dashboard. You sign in via GitHub OAuth — same account you installed PRMergeSafe with. You see only your own organizations and repos (we'll never show you data from anyone else's install).
Overview
The landing page of the dashboard shows quick stats for the current billing cycle:
- Credits used / total for the current month
- Number of PRs analyzed
- Recent reviews — last 5 PRs PRMergeSafe ran
- Top repos by activity
/dashboard/reviews
Full review history across all your repos. Click into any review to see the original PR, the analysis output, and the model stages that ran.
Filters
- By repo
- By risk level (e.g. show only CRITICAL)
When to use
Useful for retrospectives ("did we ship any HIGH-risk PRs last sprint?"), debugging false positives, or sharing a specific review with your team.
/dashboard/repos
List of every repo PRMergeSafe is installed on, with:
- An enable/disable toggle per repo (disabled repos are ignored — no analysis, no charge)
- Total PRs analyzed in the repo
- Last analyzed timestamp
- Per-repo settings link (custom rules, protected paths, risk threshold override)
When to use
Turn off PRMergeSafe for repos where it shouldn't run (e.g. documentation repos, archived projects). You can also adjust per-repo settings here that override your org-wide defaults.
/dashboard/settings
Org-wide defaults that apply to every repo unless overridden:
- Custom rules — see Custom Rules docs (paid)
- Protected paths — see Protected Paths docs (paid)
- Risk threshold — slider 10–100, controls when the status check turns "action required" (paid)
- Notification preferences — get pinged on HIGH+ findings
- Trigger mode — manual/auto/full-auto (currently every PR auto-analyzes; future: more options)
/dashboard/billing
Shows your current plan, monthly credit usage, and lets you change plans. See Credits & Pricing for how credits work.
For active subscriptions, click Manage subscription to open the secure billing portal where you can update payment method, download invoices, or cancel.
Membership and access
When your team members install PRMergeSafe on the same GitHub organization, they automatically become members of your PRMergeSafe org. They'll see the same reviews and dashboard as you. The first installer is the "owner".
Note: in v1, every member can see every review and edit settings. Per- member permission levels are on the roadmap.