Shows the percentage of open pull requests inactive for more than 3 days.
💡 Like watching items pile up in your inbox without responses, stale PRs are open work that nobody is moving forward.
Shows the percentage of open pull requests inactive for more than 3 days.
Divides open PRs inactive over 3 days by total open PRs and multiplies by 100.
100 × COUNT(prs WHERE status = open AND days_since_last_activity > 3) ÷ COUNT(prs WHERE status = open)If 40% of your open pull requests have had no activity in 3+ days, nearly half your pipeline is blocked, review bottlenecks or forgotten PRs.
Connect GitHub and Shortcut in minutes. All metrics update automatically.