1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Reduced stale issue limit to 90 days

This commit is contained in:
Edouard Griffiths 2021-12-12 09:06:36 +01:00 committed by GitHub
parent 610f481a8f
commit fe68e41575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/stale@v4
with:
days-before-stale: 200
days-before-stale: 90
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'