From 623bbbf0d97b8f19804d856403546c847c990145 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Thu, 11 Jun 2026 15:16:10 -0500 Subject: [PATCH] Update import state dates and window days --- .github/import-state.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/import-state.json b/.github/import-state.json index e6842ed..05243e9 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,8 +1,8 @@ { "current_season": 2007, - "current_from": "2007-01-24", - "current_to": "2007-02-08", + "current_from": "2007-01-01", + "current_to": "2007-01-10", "target_end": "2026-06-30", - "window_days": 15, + "window_days": 10, "completed": false }