1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-18 12:00:55 +00:00

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: