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

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: