We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08087fc commit a2083f4Copy full SHA for a2083f4
.github/workflows/github-stale-action.yml
@@ -1,7 +1,7 @@
1
name: 'Close stale issues and PRs'
2
on:
3
schedule:
4
- - cron: '1 * * * *'
+ - cron: '5 * * * *'
5
6
jobs:
7
stale:
0 commit comments