turbot/github_insights

Query: open_pull_request_1_year_count

Usage

powerpipe query github_insights.query.open_pull_request_1_year_count

SQL

select
'> 1 Year' as label,
count(p.*) as value
from
github_my_repository r
join github_pull_request p on p.repository_full_name = r.name_with_owner
where
p.state = 'OPEN'
and p.created_at <= now() - '1 year' :: interval;

Dashboards

The query is used in the dashboards: