Merge pull request #1828 from nextcloud/nickvergessen-patch-1

Reduce cron frequence to not spam actions
This commit is contained in:
Joas Schilling 2022-02-25 09:13:46 +01:00 committed by GitHub
commit 3f6ef9aed2
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: