1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

stale workflow: set days before stale to 60 days

This commit is contained in:
Edouard Griffiths 2022-03-30 13:52:15 +02:00 committed by GitHub
parent 9f54d32945
commit ce31c8be2e
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: 90
days-before-stale: 60
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'