Stale issues: set inactivity limit to 40 days

This commit is contained in:
Edouard Griffiths 2023-03-18 12:38:00 +01:00 committed by GitHub
parent 3873bed81c
commit aed70cecee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/stale@v4
with:
days-before-stale: 60
days-before-stale: 40
days-before-close: 5
stale-issue-message: 'This issue is going to be closed due to inactivity'
stale-pr-message: 'This PR is going to be closed due to inactivity'