From 6a8f575ee0e513050c92b0103e17308e214c3077 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Thu, 11 Jun 2026 11:22:00 -0500 Subject: [PATCH] Update import state for current season and dates --- .github/import-state.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/import-state.json b/.github/import-state.json index 634ef13..31f7267 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,8 +1,8 @@ { - "current_season": 2006, - "current_from": "2007-01-29", - "current_to": "2007-02-28", - "target_end": "2026-06-15", - "window_days": 30, + "current_season": 2025, + "current_from": "2026-06-01", + "current_to": "2026-06-15", + "target_end": "2026-06-30", + "window_days": 20, "completed": false }