arijitroy003 opened a new pull request, #10480:
URL: https://github.com/apache/arrow-rs/pull/10480

   ## Summary
   
   Add a GitHub Actions workflow that verifies all published workspace crates 
include LICENSE.txt and NOTICE.txt, as required by Apache release policy.
   
   Related to #10469
   
   ## Changes
   
   - Add `.github/workflows/check-licenses.yml` that:
     - Runs on PRs modifying Cargo.toml and pushes to main
     - Uses `cargo metadata` to discover all workspace crates
     - Checks each crate directory for LICENSE.txt and NOTICE.txt
     - Fails with clear error messages if any are missing
   
   ## Testing
   
   Workflow uses standard cargo metadata and file checks.


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