Skip to content

Commit

Permalink
ci: Change stale GitHub workflow to run once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek authored and chadwhitacre committed Mar 11, 2022
1 parent de81299 commit eb115d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues/PRs'
name: 'close stale issues/PRs'
on:
schedule:
- cron: '* */6 * * *'
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale:
Expand Down

0 comments on commit eb115d9

Please sign in to comment.