Skip to content

Commit

Permalink
feat(#245): names
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Dec 3, 2024
1 parent d864da8 commit 8c2044e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ghminer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8c2044e

Please sign in to comment.