fix(ci): process older issues first (#5926)

This commit is contained in:
Aseem Bansal 2022-09-14 14:46:41 +05:30 committed by GitHub
parent 68ea926770
commit ff04e0e0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/stale@v5
with:
ascending: true
operations-per-run: 100
days-before-issue-stale: 30
days-before-issue-close: 30
stale-issue-label: "stale"