potiuk opened a new pull request, #20:
URL: https://github.com/apache/comdev/pull/20

   ## Problem
   
   `asf-highlights/generate_asf_blog_posts.sh` is missing its ASF license 
header. Because the `prek (pre-commit hooks)` CI job runs `prek run 
--all-files` over the **entire tree**, the `insert-license` hook fails on this 
file — so the static-checks job is red on **every** pull request, regardless of 
what the PR actually changes.
   
   ## Fix
   
   Add the standard ASF license header after the shebang. The header text and 
placement come straight from the repo's `insert-license` hook 
(`.github/license-header.txt`, `--comment-style=#`), so this is exactly what 
the hook expects.
   
   ## Testing
   
   ```
   prek run --all-files
   ```
   
   `insert license header (python/shell)` now passes.
   
   Generated-by: Claude Code 2.1.173 (Claude Opus 4.8)


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