Update stale to 90 days

This commit is contained in:
Dragan Filipović 2024-01-18 21:46:42 +01:00 committed by GitHub
parent 16bb35ed0b
commit 725ce37b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
days-before-close: 5
days-before-stale: 90
days-before-close: 15
stale-issue-label: 'stale'