Update stale.yml to 300 ops per run (#8061)
Browse files
.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:
|
|
|
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.
|