chadsr/action-user-repos-json

A Github action to output repositories owned (or contributed to) by a user, as a JSON file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
usernameThe Github username to retrieve the repositories of${{ github.repository_owner }}
minimum-stargazersThe minimum number of stargazers a repository should have0
limitLimit the number of repositories to be retrieved100
languages-limitLimit the number of associated languages to retrieve for each repository10
include-contributedWhether to include repositories the user has contributed to but does not ownfalse
contributed-limitLimit the number of contributed-to repositories to retrieve (only used when include-contributed is true)100
output-pathOutput file path${{ github.workspace }}/repositories.json
sort-byRepository field to sort results by (createdAt, name, owner, stargazerCount, updatedAt, url)updatedAt
sort-ascSort in ascending order instead of the default descendingfalse
namedescription
json-pathThe JSON file output