Reduced stale issue limit to 90 days

pull/1082/head
Edouard Griffiths 2021-12-12 09:06:36 +01:00 zatwierdzone przez GitHub
rodzic 610f481a8f
commit fe68e41575
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'