Add automated daily workflow for project status tracking#53
Merged
Conversation
Co-authored-by: gvegayon <[email protected]>
Co-authored-by: gvegayon <[email protected]>
Co-authored-by: gvegayon <[email protected]>
Co-authored-by: gvegayon <[email protected]>
Co-authored-by: gvegayon <[email protected]>
Co-authored-by: gvegayon <[email protected]>
Copilot
AI
changed the title
[WIP] Create a workflow that keeps a progress update of various projects
Add automated daily workflow for project status tracking
Jul 22, 2025
gvegayon
marked this pull request as ready for review
July 22, 2025 20:00
Member
|
@copilot, I need this workflow to also be triggered when PR targets main. |
Co-authored-by: gvegayon <[email protected]>
Contributor
Author
gvegayon
approved these changes
Jul 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a comprehensive workflow that automatically tracks the progress of various EpiForeSITE projects with GitHub repositories.
Overview
The workflow reads project information from YAML files in the
data/directory, filters projects with GitHub repositories, and generates a daily status report with real-time metrics from the GitHub API.Features Added
🔄 Daily Automated Workflow
📊 Project Metrics Tracking
The system tracks 19 projects with GitHub repositories and extracts:
📝 Generated Output
Creates
project_status.mdcontaining:🛠 Technical Implementation
scripts/update_project_status.R) handles all processingstefanzweifel/git-auto-commit-actionFiles Added
.github/workflows/project-status-update.yml- Main workflow configurationscripts/update_project_status.R- Core processing script with GitHub API callsscripts/test_workflow.R- Testing/validation scriptscripts/README.md- Complete documentationEXAMPLE_project_status.md- Example of expected output formatExample Output
The generated dashboard includes projects like:
Dependencies
Uses existing R infrastructure with additional packages:
yaml,data.table,httr,jsonliteThe implementation follows existing repository patterns and integrates seamlessly with the current Quarto + R workflow used for README generation.
Fixes #52.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
cloud.r-project.org/usr/lib/R/bin/exec/R --no-echo --no-restore -e install.packages(c('writexl',~+~'rmarkdown',~+~'yaml',~+~'data.table',~+~'knitr',~+~'httr',~+~'jsonlite'))(dns block)cran.rstudio.com/usr/lib/R/bin/exec/R --no-echo --no-restore -e install.packages(c('writexl',~+~'rmarkdown',~+~'yaml',~+~'data.table',~+~'knitr',~+~'httr',~+~'jsonlite'),~+~repos~+~=~+~'REDACTED')(dns block)esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.