Pull Requests Approved

Activity Volume
count

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.

What It Measures

Counts the number of pull requests that received an approved status during the selected period.

Why It Matters

Tracking how many of your pull requests earn reviewer approval
Measuring acceptance rate of submitted code changes

How It's Calculated

Counts each pull request approval event in the date range.

COUNT(pr_events WHERE status = approved AND timestamp BETWEEN measure_from AND measure_to)
Concrete Example

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.

What Does a Healthy Score Look Like?
Higher is better, unapproved PRs can block delivery.
Healthy
80–100% of PRs approved
Watch Out
50–79% of PRs approved
Needs Attention
Under 50%, significant rework or review issues
What Moves This Metric?
Goes up when…
Smaller, well-scoped PRs that are easier to approve
Clear commit messages and PR descriptions
Close alignment between author and reviewer on code standards
Goes down when…
PRs that need multiple rounds of feedback before approval
Reviewers requesting significant changes or rewrites
PRs staying open too long without follow-up

Start Tracking Pull Requests Approved

Connect GitHub and Shortcut in minutes. All metrics update automatically.