chore: cron every 1 hour o'clock

This commit is contained in:
David Ordás 2022-09-06 02:19:00 +02:00
parent be7bb471b9
commit dc44e45b27
No known key found for this signature in database
GPG Key ID: 6FD751229911593E

View File

@ -2,8 +2,8 @@ name: Stale and close inactive issues/PRs
on:
schedule:
- cron: "0 0,6,12,18 * * *" # every 6 hours o'clock... 0:00am 6:00am 12:00pm 18:00pm
workflow_dispatch: # or manually
- cron: "0 0-23 * * *" # every 1 hour at o'clock
workflow_dispatch: # or manually
permissions:
contents: none