Update stale.yml

changed ascending to true in order to catch all the old ones next time
This commit is contained in:
Darren Schroeder 2021-06-24 13:17:37 -05:00 committed by GitHub
parent e58faeb66a
commit 19c79f0a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ jobs:
- uses: actions/stale@v3 - uses: actions/stale@v3
with: with:
#debug-only: true #debug-only: true
ascending: true
operations-per-run: 520 operations-per-run: 520
enable-statistics: true enable-statistics: true
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}