diff --git a/.github/workflows/check_freshness.yaml b/.github/workflows/check_freshness.yaml index 760ad3ee..fe283ed4 100644 --- a/.github/workflows/check_freshness.yaml +++ b/.github/workflows/check_freshness.yaml @@ -25,7 +25,7 @@ jobs: import subprocess from datetime import datetime, timedelta - FRESHNESS_PERIOD = timedelta(days=180) + FRESHNESS_PERIOD = timedelta(days=90) IGNORED_FILES = ["_index.md", "support.md"] now = datetime.now()