From 5dc37818aa2d33bcb12df0d49bc827a608881682 Mon Sep 17 00:00:00 2001 From: madjin <32600939+madjin@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:42:27 -0500 Subject: [PATCH] update version number --- .github/workflows/weekly-summaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-summaries.yml b/.github/workflows/weekly-summaries.yml index 9669bba..7069ac1 100644 --- a/.github/workflows/weekly-summaries.yml +++ b/.github/workflows/weekly-summaries.yml @@ -72,7 +72,7 @@ jobs: WEEK_START=$(date -d "7 days ago" +%Y-%m-%d) # Run analysis using the fetched PR data - python scripts/analyze_contributors2.py \ + python scripts/analyze_contributors3.py \ issues_prs/prs_with_files.json \ "data/reports/weekly-${WEEK_END}.json" \ --after "$WEEK_START" \