turbot/gitlab_insights

Query: project_unstarred_count

Usage

powerpipe query gitlab_insights.query.project_unstarred_count

Steampipe Tables

SQL

select
'Unstarred' as label,
count(*) as value
from
gitlab_my_project
where
star_count = 0;

Dashboards

The query is used in the dashboards: