We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac0f2a2 + 0ced424 commit 6e97c84Copy full SHA for 6e97c84
1 file changed
.github/workflows/scripts/bump-go.sh
@@ -90,7 +90,7 @@ COMMIT_HASH=$(git rev-parse --short HEAD)
90
PR_TITLE="$COMMIT_MSG"
91
92
# ---- Check for existing PR --------------------------------------------------
93
-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")
94
95
if [[ "$existing_pr" == "true" ]]; then
96
echo "Found an existing open PR titled '$PR_TITLE'. Skipping push/PR creation."
0 commit comments