Reduce cron frequence to not spam actions

This commit is contained in:
Joas Schilling 2022-02-25 09:05:38 +01:00 committed by GitHub
parent 8f56c64789
commit f95dd12083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: 'Close stale issues'
on:
schedule:
- cron: '* */2 * * *'
- cron: '0 0 * * *'
jobs:
stale: