Shows the percentage of concluded pull requests that were later reopened.
💡 Like sending an email and then having to send a follow-up correction, reopened PRs represent work that was declared done but wasn't really.
Shows the percentage of concluded pull requests that were later reopened.
Divides the count of reopened PRs by total concluded PRs (merged or closed) and multiplies by 100.
100 × COUNT(prs WHERE reopened = true) ÷ COUNT(prs WHERE status IN (merged, closed))If 3 of your 50 concluded PRs were later reopened, your reopen rate is 6%, worth investigating if any pattern emerges in why they were premature.
Connect GitHub and Shortcut in minutes. All metrics update automatically.