Merge pull request #4776 from pi-hole/less_stale

Run stale workflow at 8:00 once per day
pull/4777/head
DL6ER 2 years ago committed by GitHub
commit 312fa6d134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save