From d84500767896135d21c9017a19525243ad7c9f57 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:06:34 -0500 Subject: [PATCH] fix: Update pr-ready.sh --- pr-ready/pr-ready.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-ready/pr-ready.sh b/pr-ready/pr-ready.sh index 0788a68..ccf720c 100644 --- a/pr-ready/pr-ready.sh +++ b/pr-ready/pr-ready.sh @@ -19,7 +19,7 @@ merge_pr() { local response=$(curl -s -H "Authorization: token $token" -H "Accept: application/vnd.github+json" "https://api.github.com/repos/$REPO/pulls/$pr_number") # Check if the PR is mergeable if jq -e '.mergeable' <<< "$response" > /dev/null; then - _PR="https://api.github.com/repos/$REPO/pulls/$pr_number" + # _PR="https://api.github.com/repos/$REPO/pulls/$pr_number" echo "https://api.github.com/repos/$REPO/pulls/$pr_number" else echo "PR #$pr_number is not mergeable"