Counts the number of merged pull requests that had no review or approval.
💡 Like food leaving the kitchen without a quality check, most of the time it is fine, but the risk is much higher.
Counts the number of merged pull requests that had no review or approval.
Counts merged PRs with no review actions or approvals in the date range.
COUNT(prs WHERE status = merged AND review_count = 0)If 5 PRs were merged without review this sprint, that is 5 changes that bypassed your quality gate, worth understanding if intentional or accidental.
Connect GitHub and Shortcut in minutes. All metrics update automatically.