turbot/github_insights

Query: open_issue_count

Usage

powerpipe query github_insights.query.open_issue_count

SQL

select
count(i.*) as value,
'Open Issues' as label
from
github_my_repository r
join github_issue i on i.repository_full_name = r.name_with_owner
where
i.state = 'OPEN';

Dashboards

The query is used in the dashboards: