manuzhang opened a new pull request, #3192: URL: https://github.com/apache/iceberg-rust/pull/3192
## Which issue does this PR close? - None. This fixes CI startup failures observed on #2773. ## What changes are included in this PR? Replace same-repository $/ action references with checked-out workspace-relative ./ paths. The $/ form resolves actions through the running commit and failed to find local action metadata for a synthetic pull-request merge commit. Every affected job already checks out the repository first, so ./ resolves the action from GITHUB_WORKSPACE and avoids that lookup failure. Remove the allowlist workflow normalization step because the source workflows now use the prefix accepted by the checker directly. ## Are these changes tested? - Parsed all 12 workflow YAML files successfully. - Verified no $/ references remain under .github. - git diff --check passes. - No Rust tests were run because this changes workflow references only. ## AI Disclosure OpenAI Codex was used to implement and validate this workflow-only change and prepare the pull request. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
