mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Increase operations/run for stalebot (#47459)
It's been running out of operations before it could do everything it's supposed to do. Release Notes: - N/A
This commit is contained in:
parent
d3b1f7f042
commit
916da3d2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
days-before-stale: 60
|
||||
days-before-close: 14
|
||||
only-issue-types: "Bug,Crash"
|
||||
operations-per-run: ${{ inputs.operations-per-run || 1000 }}
|
||||
operations-per-run: ${{ inputs.operations-per-run || 2000 }}
|
||||
ascending: true
|
||||
enable-statistics: true
|
||||
debug-only: ${{ inputs.debug-only }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue