Repository Insights Hoarder
Version updated for https://github.com/carceneaux/repository-insights-hoarder to version v1.0.3.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, “Repository Insights Hoarder,” automates the collection and long-term archiving of repository insights, such as stargazers, commits, contributors, traffic views, and clones, which are otherwise only available for 14 days via GitHub. It retrieves this data using the GitHub REST and GraphQL APIs, formats it into JSON or CSV files, and commits the results to a specified branch in a repository for future analysis. This action solves the problem of preserving historical repository metrics for organizations or developers who require continuous tracking and analysis of their project activity over time.
Release notes
What’s Changed
- Bump @actions/github from 6.0.1 to 7.0.0 by @dependabot[bot] in https://github.com/carceneaux/repository-insights-hoarder/pull/17
- Bump @actions/core from 2.0.1 to 2.0.2 by @dependabot[bot] in https://github.com/carceneaux/repository-insights-hoarder/pull/19
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/carceneaux/repository-insights-hoarder/pull/17
Full Changelog: https://github.com/carceneaux/repository-insights-hoarder/compare/v1.0.2...v1.0.3