Merge pull request #3021 from x3ro/pr_check_error_naming

[Travis Script] Make clear that "labels" refers to the ones set on GitHub
dev/timer
Lucas Jenß 8 years ago
commit 73ce03ac1f

@ -54,12 +54,12 @@ fi
if [ -n "$TRAVIS_PULL_REQUEST" ]; then
if check_gh_label "NEEDS SQUASHING"; then
echo -e "${CERROR}Pull request needs squashing according to its labels${CRESET}"
echo -e "${CERROR}Pull request needs squashing according to its labels set on GitHub${CRESET}"
EXIT_CODE=1
fi
if check_gh_label "Waiting For Other PR"; then
echo -e "${CERROR}Pull request is waiting for another pull request according to its labels${CRESET}"
echo -e "${CERROR}Pull request is waiting for another pull request according to its labels set on GitHub${CRESET}"
EXIT_CODE=1
fi
fi

Loading…
Cancel
Save