From 482c16aaa0af892d2c6bb3d007510077a62956d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:36:32 +0000 Subject: [PATCH 1/2] Initial plan From 0ced4242cb07a6a0f34ac5b20bd5285d9578d1da Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:37:34 +0000 Subject: [PATCH 2/2] fix: replace incorrect cli/cli repo reference with Moshbbab/cli in bump-go.sh Agent-Logs-Url: https://github.com/Moshbbab/cli/sessions/fb5ec5e1-941f-4202-8d38-0ae715c65c5e Co-authored-by: Moshbbab <132464244+Moshbbab@users.noreply.github.com> --- .github/workflows/scripts/bump-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/bump-go.sh b/.github/workflows/scripts/bump-go.sh index f0762f3d3c2..81a1a4f56e8 100755 --- a/.github/workflows/scripts/bump-go.sh +++ b/.github/workflows/scripts/bump-go.sh @@ -90,7 +90,7 @@ COMMIT_HASH=$(git rev-parse --short HEAD) PR_TITLE="$COMMIT_MSG" # ---- Check for existing PR -------------------------------------------------- -existing_pr=$(gh search prs --repo cli/cli --match title "$PR_TITLE" --json title --jq "map(select(.title == \"$PR_TITLE\") | .title) | length > 0") +existing_pr=$(gh search prs --repo Moshbbab/cli --match title "$PR_TITLE" --json title --jq "map(select(.title == \"$PR_TITLE\") | .title) | length > 0") if [[ "$existing_pr" == "true" ]]; then echo "Found an existing open PR titled '$PR_TITLE'. Skipping push/PR creation."