Shows the percentage of pull requests closed without merging.
💡 Like tracking how many projects you start but never finish, abandoned PRs represent real time and effort that didn't ship any value.
Shows the percentage of pull requests closed without merging.
Divides PRs closed without merging by total concluded PRs and multiplies by 100.
100 × COUNT(prs WHERE status = closed AND merged = false) ÷ COUNT(prs WHERE status IN (merged, closed))If 12 of your 50 created PRs were closed without merging, your abandon rate is 24%, nearly 1 in 4 started pieces of work were discarded.
Connect GitHub and Shortcut in minutes. All metrics update automatically.