Skip to content

Commit 9ecb3a9

Browse files
authored
Merge pull request #26 from ldetmer/ldetmer-patch-11
fix: Update pr-ready.sh
2 parents 2926add + d845007 commit 9ecb3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pr-ready/pr-ready.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ merge_pr() {
1919
local response=$(curl -s -H "Authorization: token $token" -H "Accept: application/vnd.github+json" "https://api.github.com/repos/$REPO/pulls/$pr_number")
2020
# Check if the PR is mergeable
2121
if jq -e '.mergeable' <<< "$response" > /dev/null; then
22-
_PR="https://api.github.com/repos/$REPO/pulls/$pr_number"
22+
# _PR="https://api.github.com/repos/$REPO/pulls/$pr_number"
2323
echo "https://api.github.com/repos/$REPO/pulls/$pr_number"
2424
else
2525
echo "PR #$pr_number is not mergeable"

0 commit comments

Comments
 (0)