PR Analysis
The PR Analysis page controls how ProgressCue classifies pull requests. Navigate to Settings › PR Analysis to adjust these settings. Changes apply immediately to your dashboard and insights.
Stale PR threshold
Section titled “Stale PR threshold”Number of days a pull request can remain open before it’s flagged as stale. Accepts values between 1 and 365. The default is 7 days.
Stale PRs appear in the Current State section on your dashboard and generate Action Items when they have no reviews or comments.
Large PR thresholds
Section titled “Large PR thresholds”Two independent thresholds determine when a PR is considered large:
- Lines changed — total additions and deletions. Accepts 1–10,000. Default is 400 lines.
- Files changed — number of modified files. Accepts 1–1,000. Default is 10 files.
A pull request is flagged as large when it exceeds either threshold.
Hotfix detection
Section titled “Hotfix detection”ProgressCue can identify hotfix PRs to track your hotfix rate. Two matching methods are available — a PR is considered a hotfix if it matches either:
- Hotfix keywords — words in the PR title (e.g.
hotfix,patch,urgent). Type a keyword and press Enter to add it. - Hotfix labels — GitHub labels applied to the PR (e.g.
hotfix,priority:critical). Type a label and press Enter to add it.
Both fields accept letters, numbers, underscores, and colons. Hotfix insights only appear when keywords or labels are configured.