Skip to content

Commit

Permalink
Update create_release_pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 6, 2024
1 parent f8ecdb1 commit 7b2fd70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/github/create_release_pull_request
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ else
pr_url=$(echo "$pull_request_response" | jq -r '.html_url')
fi

if [[ -z "$RELEASE_PR_URL" ]]; then
RELEASE_PR_URL="$pr_url"
fi

# Page through the /pulls/#/commits endpoint.
page=1
per_page=100
Expand Down

0 comments on commit 7b2fd70

Please sign in to comment.