Skip to content

Commit

Permalink
Fix date of cron
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 27, 2020
1 parent df87c77 commit afc4d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Expand Up @@ -3,7 +3,7 @@ name: "Close stale issues (bugs and feature requests)"

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 20 * * *"

jobs:
stale:
Expand Down

0 comments on commit afc4d6d

Please sign in to comment.