Shows the average number of pull requests merged per weekday.
💡 Like your delivery van's daily shipments, throughput per day tells you the rate at which code is flowing from development to production.
Shows the average number of pull requests merged per weekday.
Calculates the average of 1 divided by weekdays between first commit and merge for merged pull requests.
AVG(1 ÷ business_days(first_commit, merged_at) WHERE pr_status = merged)If your team is merging 0.8 PRs per business day on average, you are delivering roughly 4 PRs per week, one per developer for a 5-person team.
Connect GitHub and Shortcut in minutes. All metrics update automatically.