chore: Updated staleness check to start with old content (#9800)
parent
f7b20da640
commit
0af76ec5ab
|
@ -16,6 +16,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v7
|
||||
with:
|
||||
ascending: true
|
||||
days-before-issue-stale: 60
|
||||
days-before-issue-close: -1
|
||||
days-before-pr-stale: 14
|
||||
|
|
Loading…
Reference in New Issue