Counts the number of pull requests that received an approved status during the selected period.
💡 Like getting a green light at the gate, each approved PR means your teammates trust the code is ready.
Counts the number of pull requests that received an approved status during the selected period.
Counts each pull request approval event in the date range.
COUNT(pr_events WHERE status = approved AND timestamp BETWEEN measure_from AND measure_to)If 12 of your 15 pull requests were approved this month, your approval rate is 80%, most of your work meets the team's quality bar.
Connect GitHub and Shortcut in minutes. All metrics update automatically.