mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
fix: increase the upper limit of issue-management operations-per-run (#6257)
This commit is contained in:
parent
877a1f8306
commit
d9661602b2
2
.github/workflows/issue-management.yml
vendored
2
.github/workflows/issue-management.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user