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

This commit is contained in:
Glenn Jocher 2022-05-31 20:18:40 +02:00 committed by GitHub
parent 7d87b9eae8
commit a80dd66efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,4 @@ jobs:
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'documentation,tutorial,TODO'
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.