robot input (#8901)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
matt korwel
2025-09-19 04:07:26 -07:00
committed by GitHub
parent c9b39c379b
commit 9f597ab7c0
2 changed files with 31 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ async function main() {
) {
// GitHub App permission error - extract manual commands
const manualCommandsMatch = logContent.match(
/Please run these commands manually to create the branch:\s*\n\s*```bash\s*([\s\S]*?)\s*```/,
/📋 Please run these commands manually to create the branch:[\s\S]*?```bash\s*([\s\S]*?)\s*```/,
);
let manualCommands = '';
if (manualCommandsMatch) {