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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 3, 2024
- License
- MIT
Pinned Snippet
uses: polygenelubricants/repository-insight-tracker@2694bb7d83a8f272b25ab2e86fd7ea73e08ffcce # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repo and actions permissions. | yes | — |
| owner | The repository owner or organization. | no | ${{ github.owner }} |
| repository | Repository to track insights for. | no | ${{ github.repository }} |
| branch | The branch to commit the insights file to. | no | repository-insights |
| format | The format for the insights file, either 'json' or 'csv'. | no | csv |
| directory | The root directory where insights files will be stored. | no | ./.insights |
Outputs
| name | description |
|---|---|
| stargazers | The total number of stargazers in the repository. |
| commits | The total number of commits in the repository. |
| contributors | The total number of contributors in the repository. |
| traffic_views | The total number of views from yesterday. |
| traffic_uniques | The total number of unique views from yesterday. |
| clones_count | The total number of clones from yesterday. |
| clones_uniques | The total number of unique clones from yesterday. |