From dd66c2123a2c1e55a5fff6c168ae1d33a0ad9862 Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Thu, 31 Jan 2019 19:03:56 -0500 Subject: [PATCH] oups --- pull-request.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pull-request.sh b/pull-request.sh index 4a09c63..f53dbc0 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -85,7 +85,8 @@ main () { echo "Found branch $BRANCH" # If it's to the target branch, ignore it - if [[ "${BRANCH}" == "${PULL_REQUEST_BRANCH}" ]] + if [[ "${BRANCH}" == "${PULL_REQUEST_BRANCH}" ]]; then + echo "Target and current branch are identical (${BRANCH}), skipping." else