gnodet opened a new pull request, #21957:
URL: https://github.com/apache/camel/pull/21957

   ## Summary
   - The incremental build already writes tested modules to the GitHub Actions 
step summary, but that info is only visible inside the Actions UI
   - This adds a PR comment listing which modules were actually tested by CI, 
giving reviewers immediate visibility
   - The comment is created on first run and updated on subsequent pushes 
(using a hidden HTML marker)
   - Follows the same pattern as `/component-test` which already posts result 
comments
   
   ## Changes
   - `incremental-build.sh`: writes a comment file alongside the existing step 
summary
   - `pr-build-main.yml`: reads the file and posts/updates a PR comment using 
`actions/github-script`
   
   ## Test plan
   - [ ] Push a PR with component changes and verify the comment appears
   - [ ] Push again to the same PR and verify the comment is updated (not 
duplicated)
   - [ ] Verify the comment includes changed modules and full reactor list


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