From 78edad16dae659ed25b7c76a1b50f3a714cf62cf Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Fri, 26 Jun 2026 14:35:52 -0500 Subject: [PATCH] Modify import state dates for current season Updated current_from and current_to dates for the season. --- .github/import-state.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/import-state.json b/.github/import-state.json index 8790782..a357dd4 100644 --- a/.github/import-state.json +++ b/.github/import-state.json @@ -1,7 +1,7 @@ { "current_season": 2016, - "current_from": "2017-02-15", - "current_to": "2017-02-21", + "current_from": "2016-10-01", + "current_to": "2016-10-07", "target_end": "2026-06-30", "window_days": 6, "completed": false