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"
This commit is contained in:
Chris Hawk 2025-08-20 16:59:38 -07:00 committed by GitHub
commit 0e85872dc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@ jobs:
steps: steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with: with:
debug-only: true
days-before-stale: 180 days-before-stale: 180
days-before-close: 14 days-before-close: 14
stale-issue-label: 'stale' stale-issue-label: 'stale'