From 9d315a37bb091559dcd1eefedd9ab0dca73eb841 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:08:59 +0200 Subject: [PATCH] feat: reword message when skipping docs PR print the PR number and clarify it has no changes compared to the target branch --- .buildkite/scripts/build_pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/build_pr.sh b/.buildkite/scripts/build_pr.sh index d1854c0ad122..caf05ea2979c 100755 --- a/.buildkite/scripts/build_pr.sh +++ b/.buildkite/scripts/build_pr.sh @@ -62,7 +62,7 @@ if [[ "${GITHUB_PR_BASE_REPO}" != 'docs' ]]; then fi if [[ -z $docs_diff ]]; then - echo "${GITHUB_PR_TARGET_BRANCH} in ${GITHUB_PR_BASE_REPO} has no docs changes" + echo "pull/${GITHUB_PR_NUMBER} in ${GITHUB_PR_BASE_REPO} has no docs changes compared to ${GITHUB_PR_TARGET_BRANCH}" exit 0 fi