Skip to content

Commit 33be82d

Browse files
author
Matt Gaunt
committed
Run action every hour
1 parent 480a2bb commit 33be82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Close stale PRs'
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 * * * *'
66

77
permissions:
88
pull-requests: write

0 commit comments

Comments
 (0)