Close oldest stale issues first
This commit is contained in:
parent
0b9f30fc77
commit
28ca75eca4
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
ascending: true # oldest issues first
|
||||
days-before-stale: 90
|
||||
days-before-close: 60
|
||||
exempt-issue-labels: 'pinned,security'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user