AndreaBozzo commented on PR #487:
URL: https://github.com/apache/hudi-rs/pull/487#issuecomment-3591628670

   Fixed the CI failures - three issues were blocking the workflow:
   
   1. **UV PATH not found** - `docker compose exec` wasn't inheriting the 
container's PATH, so the `uv` binary wasn't accessible. Added explicit PATH 
export.
   
   2. **Cache rotation failing on first run** - The buildx cache didn't exist 
yet, causing `mv` to fail. Added a check before moving.
   
   3. **Labeler permissions** - Fork PRs can't use `pull_request` trigger with 
write permissions. Created a separate `pr-labeler.yml` workflow using 
`pull_request_target` (which is safe because it only checks out the base 
branch, not the PR code).
   
   Testing the labeler workflow on this PR to make sure it works correctly, 
this might take a few tries xd


-- 
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]

Reply via email to