fix(infra)- Add pr number to release branches (#9506)

Co-authored-by: Shi Shu <shii@google.com>
This commit is contained in:
shishu314
2025-09-29 13:14:53 -04:00
committed by GitHub
parent 8a2c2dc73f
commit 042288e72c
4 changed files with 19 additions and 5 deletions

View File

@@ -995,7 +995,9 @@ Logging in with Google... Please restart Gemini CLI to continue.
if (streamingState === StreamingState.Idle) {
title = originalTitleRef.current;
} else {
const statusText = thought?.subject?.replace(/[\r\n]+/g, ' ').substring(0, 80);
const statusText = thought?.subject
?.replace(/[\r\n]+/g, ' ')
.substring(0, 80);
title = statusText || originalTitleRef.current;
}