Skip to content

Commit

Permalink
feat: reword message when skipping docs PR (#3065)
Browse files Browse the repository at this point in the history
print the PR number and clarify it has no changes compared to the target branch
  • Loading branch information
kruskall committed Sep 11, 2024
1 parent 1439496 commit 6766ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/build_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6766ca7

Please sign in to comment.