Skip to content

Commit

Permalink
Merge pull request #196 from actions/update-cron-time
Browse files Browse the repository at this point in the history
Change cron time
  • Loading branch information
Andy McKay authored Oct 13, 2020
2 parents f75b3c7 + 62b357a commit 707ba4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Basic:
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"

jobs:
stale:
Expand All @@ -71,7 +71,7 @@ Configure stale timeouts:
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"

jobs:
stale:
Expand All @@ -90,7 +90,7 @@ Configure labels:
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"

jobs:
stale:
Expand Down

0 comments on commit 707ba4d

Please sign in to comment.