Merge pull request #14 from actions/kaylangan-per-day
Example runs once per day instead of per hour
This commit is contained in:
commit
08796943dd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue