Merge pull request #14 from actions/kaylangan-per-day

Example runs once per day instead of per hour
This commit is contained in:
Jeremy Epling 2019-08-29 14:52:07 -04:00 committed by GitHub
commit 08796943dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Basic:
name: "Close stale issues"
on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 * * *"
jobs:
stale:
@ -29,7 +29,7 @@ Configure stale timeouts:
name: "Close stale issues"
on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 * * *"
jobs:
stale:
@ -48,7 +48,7 @@ Configure labels:
name: "Close stale issues"
on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 * * *"
jobs:
stale: