From 09f5606222f4325e59975da33a49b570f0f41bbd Mon Sep 17 00:00:00 2001 From: vsoch Date: Wed, 18 Mar 2020 14:30:22 -0600 Subject: [PATCH] update to use .number Signed-off-by: vsoch --- pull-request.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pull-request.sh b/pull-request.sh index 83eca52..5d0c6da 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -72,7 +72,6 @@ create_pull_request() { RESPONSE=$(curl -sSL -H "${AUTH_HEADER}" -H "${HEADER}" --user "${GITHUB_ACTOR}" -X POST --data "${DATA}" ${PULLS_URL}) RETVAL=$? printf "Pull request return code: ${RETVAL}\n" - echo ${RESPONSE} # If there are assignees and we were successful to open, assigm them to it if [[ "${ASSIGNEES}" != "" ]] && [[ "${RETVAL}" == "0" ]]; then