ci(stale.yml):update stale issue comment

pull/1681/head
Xwite 3 years ago committed by GitHub
parent 928c51b1d0
commit 0bf226e84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/stale.yml

@ -20,6 +20,6 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: '由于长期没有状态更新,该问题自动关闭。如有需要可重新打开。'
stale-issue-message: '由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。'
days-before-stale: 30
days-before-close: 5

Loading…
Cancel
Save