Update stale.yml
Browse files
.github/workflows/stale.yml
CHANGED
@@ -15,3 +15,4 @@ jobs:
|
|
15 |
days-before-stale: 30
|
16 |
days-before-close: 5
|
17 |
exempt-issue-label: 'documentation,tutorial'
|
|
|
|
15 |
days-before-stale: 30
|
16 |
days-before-close: 5
|
17 |
exempt-issue-label: 'documentation,tutorial'
|
18 |
+
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
|