From 8c2044ef064542ec3a21337a8b36f294f9f554cf Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Tue, 3 Dec 2024 14:42:04 +0300 Subject: [PATCH] feat(#245): names --- ghminer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghminer.json b/ghminer.json index 3f2ea9cf..8d1e6e98 100644 --- a/ghminer.json +++ b/ghminer.json @@ -2,9 +2,9 @@ "repo": "nameWithOwner", "branch": "defaultBranchRef.name", "readme": "defaultBranchRef.target.repository.object.text", - "releases_count": "releases.totalCount", - "open_issues_count": "issues.totalCount", - "branches_count": "refs.totalCount", + "releases": "releases.totalCount", + "open_issues": "issues.totalCount", + "branches": "refs.totalCount", "license": "licenseInfo.spdxId", "workflows": "object.entries[].name" }