Skip to content

Commit

Permalink
Merge pull request actions#544 from actions/andymckay-patch-2
Browse files Browse the repository at this point in the history
Change the cron for stale
  • Loading branch information
Andy McKay authored Jun 8, 2020
2 parents 2ffdd06 + b4362de commit 0170fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 0 * * *"
- cron: "30 1 * * *"

jobs:
stale:
Expand Down

0 comments on commit 0170fa5

Please sign in to comment.