Create GitHub Action for Repo Stats for users line of code
Description
Develop a GitHub Action that processes a list of repositories, updates their line of code statistics, and stores the results in a designated stats file.
Tasks
- Accept the following inputs:
- List of repositories.
- Stats file path.
- GitHub access token.
- Implement logic to:
- Calculate lines of code added and deleted by the user.
- Compute changes from the last recorded stats until yesterday.
- Update line count values in the stats file.
Expected Outcome
A functional GitHub Action that:
- Processes repository statistics efficiently.
- Accurately records additions and deletions for each repository.
- Maintains an updated stats file for tracking changes over time.
Assumptions
- The stats file follows a predefined format for storing line count data.
Create GitHub Action for Repo Stats for users line of code
Description
Develop a GitHub Action that processes a list of repositories, updates their line of code statistics, and stores the results in a designated stats file.
Tasks
Expected Outcome
A functional GitHub Action that:
Assumptions