Skip to content

Commit

Permalink
Run action every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Nov 11, 2021
1 parent 480a2bb commit 33be82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Close stale PRs'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 * * * *'

permissions:
pull-requests: write
Expand Down

0 comments on commit 33be82d

Please sign in to comment.