actions-marketplace-validations/Get Hot Repos

Get the repos you most recently committed to.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenYour github personal access token. Usually, just need to set it to your GITHUB_TOKEN in the workflow.yes
entryCountHow many repos to fetch from your list.no5
sortOrderWhether to sort in ascending order or descending order. Accepted values: ascending | asc descending | desc nodesc
jsonFilepathThe path to the file for writing the generated json. If you'd like to not save to a file, set this to an empty string ('') or ignore it. no""
mdHeaderA header for the generated markdown file. If you aren't using markdown, this field can be ignored. no""
mdListTemplateA template list entry for each element in the list. Each field in the `topRepos` output is assigned a replacer which will be searched for in the template. When a replacer is found, it is substituted with the value from the `topRepos` entry being processed. If you aren't using markdown, this field can be ignored. no* [{{REPO}}]({{REPOURL}}) ([{{COMMITMSG}}]({{COMMITURL}}))
mdFilepathThe path to the file for writing the generated markdown. If you'd like to not save to a file, set this to an empty string ('') or ignore it. If you aren't using markdown, this field can be ignored. no""
generateMarkdownWhether to generate a markdown output or not. Set to false to disable markdown outputnotrue
namedescription
topReposThe top repos reported by the action. Repos are sorted in descending order based on the date of the last commit.
markdownThe generated markdown for the obtained repos. This is only set if `generateMarkdown` is true.