From e7fe6b6902a95cf510f76a27b4f77a857ae401d0 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Thu, 11 Jun 2026 15:28:39 -0500 Subject: [PATCH] Update import state for current season and dates --- .github/import-state.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/import-state.json b/.github/import-state.json index 23c20c5..7d4805e 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,8 +1,8 @@ { - "current_season": 2007, - "current_from": "2007-01-10", - "current_to": "2007-01-20", + "current_season": 2008, + "current_from": "2007-01-01", + "current_to": "2007-01-05", "target_end": "2026-06-30", - "window_days": 10, + "window_days": 5, "completed": false }