Update stale.yml

This commit is contained in:
binary-husky 2023-09-06 10:19:21 +08:00 committed by GitHub
parent 1092031d77
commit fda1e87278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
- cron: '*/5 * * * *'
jobs:
stale:
@ -22,3 +22,4 @@ jobs:
stale-issue-message: 'This issue is stale because it has been open 100 days with no activity. Remove stale label or comment or this will be closed in 1 days.'
days-before-stale: 100
days-before-close: 1
debug-only: true