jianguotian opened a new pull request, #72:
URL: https://github.com/apache/paimon-mosaic/pull/72

   **Purpose**
   
   Add ASF release compliance checks and refresh Rust dependency license 
reports so release vote issues are caught earlier.
   
   **Changes**
   
   - Add `tools/check_license_headers.py` to verify tracked text files have ASF 
license headers or explicit exemptions.
   - Run the license header check in GitHub Actions CI.
   - Normalize generated Rust dependency reports by trimming trailing 
whitespace in `tools/dependencies.py`.
   - Regenerate Rust `DEPENDENCIES.rust.tsv` reports from the current 
`Cargo.lock`.
   
   **Tests**
   
   - `python3 tools/validate_asf_yaml.py`
   - `python3 tools/check_license_headers.py`
   - Parsed `.github/workflows/ci.yml` with PyYAML
   - `/root/miniconda3/envs/py311/bin/python3.11 tools/dependencies.py generate`
   - `/root/miniconda3/envs/py311/bin/python3.11 tools/dependencies.py check`
   - `git diff --check`
   - Source-release RAT scan: `Archives: 0`, `0 Unknown Licenses` with 
generated `DEPENDENCIES.rust.tsv` files excluded
   


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