Commits


Antoine Pitrou authored and GitHub committed 52e560381b9
GH-39996: [Archery] Fix Crossbow build on a PR from a fork's main branch (#40002) Instead of doing an intermediate bare clone, just fix the locally created branch name when fetching. Amended from PR #39997, which wasn't sufficient (the `git fetch` that works for me doesn't seem to work on GHA). * Closes: #39996 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>