manuzhang opened a new pull request, #839:
URL: https://github.com/apache/iceberg-cpp/pull/839

   ## What
   
   - Run ASF allowlist, Actions CodeQL, and zizmor only for YAML changes under 
`.github`.
   - Skip AWS, sanitizer, SQL catalog, general test, and C++ lint workflows for 
Markdown, documentation, devcontainer, and release-development-only changes.
   - Keep license and pre-commit checks unfiltered.
   
   ## Why
   
   These workflows currently run even when every changed path is unrelated to 
what they validate. Directory and extension globs keep the filters applicable 
to future files without maintaining filename lists.
   
   ## Impact
   
   Documentation and development-only changes avoid unrelated CI work. Mixed 
changes still run the relevant workflows, GitHub YAML changes still run the 
Actions validators, and tag-triggered test runs remain unaffected.
   
   ## Verified
   
   - `git diff --check` passes.
   - The workflow trigger diff was independently reviewed.
   - Tests were not run locally, per repository instructions.
   


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

Reply via email to