turbot/github_insights

Query: open_issue_1_year_count

Usage

powerpipe query github_insights.query.open_issue_1_year_count

SQL

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

Dashboards

The query is used in the dashboards: