From bcc1f25c53acd961fec9dd667733bf8ee0a87087 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Fri, 19 Sep 2025 00:36:12 -0700 Subject: [PATCH] security bot was right (#8868) Co-authored-by: gemini-cli-robot --- .github/workflows/release-patch-1-create-pr.yml | 1 + scripts/releasing/patch-create-comment.js | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-patch-1-create-pr.yml b/.github/workflows/release-patch-1-create-pr.yml index 40a7817034..166506a5fd 100644 --- a/.github/workflows/release-patch-1-create-pr.yml +++ b/.github/workflows/release-patch-1-create-pr.yml @@ -83,6 +83,7 @@ jobs: REPOSITORY: '${{ github.repository }}' GITHUB_RUN_ID: '${{ github.run_id }}' LOG_CONTENT: '${{ env.LOG_CONTENT }}' + continue-on-error: true run: | git checkout '${{ github.event.inputs.ref }}' node scripts/releasing/patch-create-comment.js diff --git a/scripts/releasing/patch-create-comment.js b/scripts/releasing/patch-create-comment.js index 1be72b76f2..673568e6dc 100644 --- a/scripts/releasing/patch-create-comment.js +++ b/scripts/releasing/patch-create-comment.js @@ -275,12 +275,7 @@ There was an error creating the patch release. - Ensure you have permissions to create branches and PRs **🔗 Links:** -- [View workflow run](https://github.com/${repository}/actions/runs/${runId}) - -**📋 Full Output:** -\`\`\` -${logContent} -\`\`\``; +- [View workflow run](https://github.com/${repository}/actions/runs/${runId})`; } if (!commentBody) {