Skip to content

Commit

Permalink
Run close-stale once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 24, 2020
1 parent f011c69 commit 2a9ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "Close stale issues"

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

jobs:
stale:
Expand Down

0 comments on commit 2a9ad52

Please sign in to comment.