fix: make gh pr merge one-command guarded merge (#654)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-22 14:14:47 +08:00
committed by GitHub
parent 33edd26735
commit 865e81e7f7
3 changed files with 166 additions and 12 deletions
+7
View File
@@ -5,3 +5,10 @@ output:
dumpDir: /tmp/unidesk-cli-output
includePreview: false
warning: "CLI stdout exceeded YAML-configured limit; full output was dumped to /tmp for one-off drill-down only. This is a CLI usability defect: improve the command itself to print concise tables/summaries and id-specific progressive disclosure instead of repeatedly depending on dump extraction."
github:
prMerge:
unknownRetry:
maxAttempts: 5
initialDelayMs: 1000
maxDelayMs: 16000
factor: 2