1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Run stale workflow at 8:00 once per day

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-07-03 14:37:47 +02:00
parent 17485023a2
commit a783da823e
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

View File

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