Fix: stale typo

This commit is contained in:
gVisor bot 2020-10-25 11:53:03 +08:00
parent 77e6c499d5
commit 92c09cba7f

View File

@ -14,6 +14,6 @@ jobs:
- uses: actions/stale@v3
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'
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 60
days-before-close: 5