Update close-stale-issues.yml

This commit is contained in:
Magne Sjaastad 2021-05-02 13:10:59 +02:00 committed by GitHub
parent ca723a9b95
commit 0289b17574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,6 @@ jobs:
- uses: actions/stale@v3
with:
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: 60
days-before-close: 10
days-before-pr-close: -1