Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Implement Daily GitHub Summary Report Generation #34

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

creightontaylor
Copy link
Owner

  • Created a new GitHub Action workflow file daily_summary_report.yml in the .github/workflows directory to run daily.
  • Added a Python script generate_daily_summary.py in a new scripts directory for fetching and processing GitHub activity data.
  • Modified daily_summary_report.yml to include a step for executing the generate_daily_summary.py script using GitHub Secrets for API token access.
  • Implemented functionality in generate_daily_summary.py for generating a markdown file daily_summary.md with the day's GitHub activity summary.
  • Enhanced generate_daily_summary.py to commit and push the daily_summary.md file to the repository, including error handling for git operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant