polygenelubricants/Repository Insight Tracker

GitHub action to read repository insights daily and store these in a file. This enables more than 14 days of insights.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 3, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: polygenelubricants/repository-insight-tracker@2694bb7d83a8f272b25ab2e86fd7ea73e08ffcce # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token with repo and actions permissions.yes
ownerThe repository owner or organization.no${{ github.owner }}
repositoryRepository to track insights for.no${{ github.repository }}
branchThe branch to commit the insights file to.norepository-insights
formatThe format for the insights file, either 'json' or 'csv'.nocsv
directoryThe root directory where insights files will be stored.no./.insights
namedescription
stargazersThe total number of stargazers in the repository.
commitsThe total number of commits in the repository.
contributorsThe total number of contributors in the repository.
traffic_viewsThe total number of views from yesterday.
traffic_uniquesThe total number of unique views from yesterday.
clones_countThe total number of clones from yesterday.
clones_uniquesThe total number of unique clones from yesterday.