turbot/github_insights

Query: open_issue_24_hours_count

Usage

powerpipe query github_insights.query.open_issue_24_hours_count

SQL

select
'< 24 Hours' 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 days' :: interval;

Dashboards

The query is used in the dashboards: