浏览代码
Merge pull request #3921 from luixxiul/patch-1
Update .github/workflows/close-stale-issues.yml: increase operations-per-run from 100 to 500
pull/3922/head
Slavi Pantaleev
1年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
.github/workflows/close-stale-issues.yml
|
|
|
@@ -21,7 +21,7 @@ jobs: |
|
|
|
# Issues/PRs |
|
|
|
###################################################################### |
|
|
|
exempt-assignees: 'spantaleev,aine-etke' |
|
|
|
operations-per-run: 100 |
|
|
|
operations-per-run: 500 |
|
|
|
# Use this to do a dry run from a pull request |
|
|
|
# debug-only: true |
|
|
|
###################################################################### |
|
|
|
|