Merge pull request #4776 from pi-hole/less_stale

Run stale workflow at 8:00 once per day
This commit is contained in:
DL6ER 2022-07-03 16:30:12 +02:00 committed by GitHub
commit 312fa6d134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Mark stale issues
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 8 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs: