mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 14:59:27 +08:00
fix: increase the upper limit of issue-management operations-per-run (#6257)
This commit is contained in:
parent
3b36309b92
commit
e7cc5981e2
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
|
days-before-pr-close: -1 # Completely disable closing for PRs
|
||||||
|
|
||||||
# Temporary to reduce the huge issues number
|
# Temporary to reduce the huge issues number
|
||||||
operations-per-run: 100
|
operations-per-run: 1000
|
||||||
debug-only: false
|
debug-only: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user