소스 검색
Update stale.yml to 300 ops per run (#8061)
modifyDataloader
Glenn Jocher
GitHub
2 년 전
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/stale.yml
|
|
@@ -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. |