glenn-jocher commited on
Commit
a80dd66
·
unverified ·
1 Parent(s): 7d87b9e

Update stale.yml to 300 ops per run (#8061)

Browse files
Files changed (1) hide show
  1. .github/workflows/stale.yml +1 -1
.github/workflows/stale.yml CHANGED
@@ -35,4 +35,4 @@ jobs:
35
  days-before-stale: 30
36
  days-before-close: 5
37
  exempt-issue-labels: 'documentation,tutorial,TODO'
38
- operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
 
35
  days-before-stale: 30
36
  days-before-close: 5
37
  exempt-issue-labels: 'documentation,tutorial,TODO'
38
+ operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.