Shows the percentage of concluded pull requests that ultimately merged.
💡 Like tracking how many of your promises you actually keep, high reliability means when you start a PR, you see it through to production.
Shows the percentage of concluded pull requests that ultimately merged.
Divides the count of merged PRs by total concluded PRs (merged or closed) and multiplies by 100.
100 × COUNT(prs WHERE status = merged) ÷ COUNT(prs WHERE status IN (merged, closed))If 38 of your 40 concluded PRs were merged (and 2 were closed without merging), your commitment reliability is 95%, excellent follow-through.
Connect GitHub and Shortcut in minutes. All metrics update automatically.