We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480a2bb commit 33be82dCopy full SHA for 33be82d
.github/workflows/stale-prs.yml
@@ -2,7 +2,7 @@ name: 'Close stale PRs'
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: '0 0 * * *'
+ - cron: '0 * * * *'
6
7
permissions:
8
pull-requests: write
0 commit comments