We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e4607 commit f1423c7Copy full SHA for f1423c7
.github/workflows/stale.yml
@@ -2,7 +2,7 @@ name: 'Close stale issues'
2
3
on:
4
schedule:
5
- - cron: '30 1 * * *'
+ - cron: '30 * * * *'
6
workflow_dispatch:
7
8
permissions:
@@ -21,4 +21,5 @@ jobs:
21
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.'
22
days-before-stale: 60
23
days-before-close: 30
24
+ operations-per-run: 100
25
days-before-pr-stale: -1
0 commit comments