apupier commented on code in PR #26088:
URL: https://github.com/apache/camel/pull/26088#discussion_r3925335439
##########
.github/workflows/pr-build-main.yml:
##########
@@ -92,7 +93,7 @@ jobs:
# Scalpel is observational — fetch failures must not break the build.
BASE_REF="${GITHUB_BASE_REF:-main}"
for depth in 50 200 1000; do
- git fetch --deepen=$depth 2>/dev/null || true
+ git fetch --no-tags --deepen=$depth origin ${BASE_REF} 2>/dev/null
|| true
Review Comment:
Is it the base_ref or the target pull_request branch that we would like to
compare?
@gnodet ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]