From 0888544b259f1be48062f7c13518637356251789 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Thu, 18 Jun 2026 02:04:29 -0500 Subject: [PATCH] Update import state for season and date range --- .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 cf4204c..eab8a81 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,8 +1,8 @@ { - "current_season": 2007, - "current_from": "2007-10-12", - "current_to": "2007-10-17", + "current_season": 2008, + "current_from": "2008-10-01", + "current_to": "2008-10-10", "target_end": "2026-06-30", - "window_days": 5, + "window_days": 10, "completed": false }