stale-issues add ordering to look at old issues first

This commit is contained in:
Francis Cao 2023-08-16 10:52:01 -07:00
parent c3e261fc50
commit b69a6bb613

View File

@ -19,5 +19,6 @@ jobs:
close-issue-message: 'This issue was closed because it has been inactive for 7 days since being marked as stale.' close-issue-message: 'This issue was closed because it has been inactive for 7 days since being marked as stale.'
days-before-pr-stale: -1 days-before-pr-stale: -1
days-before-pr-close: -1 days-before-pr-close: -1
operations-per-run: 500 operations-per-run: 200
ascending: true
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}