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:
commit
312fa6d134
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -2,7 +2,7 @@ name: Mark stale issues
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 8 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user