ci: close issue that inactive more than 60 days [skip ci]

This commit is contained in:
Noah Hsu
2022-09-10 16:09:43 +08:00
parent 849124f177
commit 7249f277b2
3 changed files with 24 additions and 3 deletions

View File

@ -13,4 +13,5 @@ jobs:
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
inactive-day: 30
inactive-day: 30
body: Hello, this issue has been inactive for more than 30 days and will be closed if inactive for another 30 days.