From 0e85872dc1e2523f872b86716b880fa256540d90 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Wed, 20 Aug 2025 16:59:38 -0700 Subject: [PATCH] Enable the stale issue workflow Seems to be working now. For instance, #669 "should not be stale based on the last update date the 22-02-2025" and #664 "should be stale based on the last update date the 13-12-2024" --- .github/workflows/stale.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 687d347a..ee692ecc 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -9,7 +9,6 @@ jobs: steps: - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with: - debug-only: true days-before-stale: 180 days-before-close: 14 stale-issue-label: 'stale'