Chore: make stale time into 60 days

This commit is contained in:
Dreamacro 2020-10-23 00:30:17 +08:00
parent 50b3d497f6
commit 2db4ce57ef

View File

@ -15,5 +15,5 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 120
days-before-stale: 60
days-before-close: 5