Update stale.yml

Reverse processing order
Update version to fix node warning
This commit is contained in:
vintagepc 2023-08-10 07:25:21 -04:00 committed by GitHub
parent c93685ba5b
commit a39eb92583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Don't ever mark PRs as stale.
@ -27,3 +27,4 @@ jobs:
operations-per-run: 30
stale-issue-label: 'stale-issue'
stale-pr-label: 'stale-pr'
ascending: true