Skip to content

Commit 50ed8e8

Browse files
authored
fix: Update pr-ready.sh
1 parent 6edea08 commit 50ed8e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pr-ready/pr-ready.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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"
2322
${_PR} = "https://api.github.com/repos/$REPO/pulls/$pr_number"
2423
else
2524
echo "PR #$pr_number is not mergeable"

0 commit comments

Comments
 (0)