mirror of
https://github.com/actions/stale.git
synced 2025-12-10 20:21:20 +00:00
Change cron time
Let's suggest a time that isn't so busy and matches whats in starter-workflows
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user