Change cron time

Let's suggest a time that isn't so busy and matches whats in starter-workflows
This commit is contained in:
Andy McKay 2020-10-13 08:24:23 -07:00 committed by GitHub
parent f75b3c75ce
commit 62b357a603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ Basic:
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"
jobs:
stale:
@ -71,7 +71,7 @@ Configure stale timeouts:
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"
jobs:
stale:
@ -90,7 +90,7 @@ Configure labels:
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"
jobs:
stale: