fix: increase the upper limit of issue-management operations-per-run (#6257)

This commit is contained in:
自由的世界人 2025-05-21 15:31:28 +08:00 committed by GitHub
parent 877a1f8306
commit d9661602b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,5 +54,5 @@ jobs:
days-before-pr-close: -1 # Completely disable closing for PRs
# Temporary to reduce the huge issues number
operations-per-run: 100
operations-per-run: 1000
debug-only: false