We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8faa1 commit 48854f4Copy full SHA for 48854f4
1 file changed
.github/workflows/stale.yml
@@ -1,7 +1,7 @@
1
name: 'Close stale issues and PRs'
2
on:
3
schedule:
4
- - cron: '0 */1 * * *'
+ - cron: '0 */10 * * *'
5
jobs:
6
stale:
7
runs-on: ubuntu-latest
@@ -16,3 +16,4 @@ jobs:
16
exempt-pr-labels: 'dont-close'
17
days-before-stale: 30
18
days-before-close: 7
19
+ operations-per-run: 150
0 commit comments