chore: cron every 1 hour o'clock

pull/7053/head
David Ordás 2 years ago
parent be7bb471b9
commit dc44e45b27
No known key found for this signature in database
GPG Key ID: 6FD751229911593E
  1. 2
      .github/workflows/stale.yml

@ -2,7 +2,7 @@ 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
- cron: "0 0-23 * * *" # every 1 hour at o'clock
workflow_dispatch: # or manually
permissions:

Loading…
Cancel
Save