Starred repos: leave the star counts out for now
Lint and reload / lint (push) Successful in 3s
Lint and reload / reload (push) Successful in 1s

This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-30 16:00:53 +02:00
parent 7859be90f5
commit 4a1bfd06c2
+2 -3
View File
@@ -27,11 +27,10 @@ alternatives:
# repos can point at something the public can actually
# open; a private repo with no website gets no link at all
# (the card renders an unlinked heading) instead of a 404.
# Gitea calls the star count stars_count, not GitHub's
# stargazers_count.
# TODO: star counts (Gitea's .stars_count) are left out until
# they're worth showing - add `stars: .stars_count` back here.
jq: >
.[] | {name: .name, description: .description,
stars: .stars_count,
url: (if .website != null and .website != "" then .website
elif .private then null
else .html_url end)}