gnodet opened a new pull request, #21926: URL: https://github.com/apache/camel/pull/21926
## Summary When reviewing CI results for a PR, it's not immediately clear which modules were tested. You have to download the log artifact and search for the reactor list. This adds the module list directly to the **GitHub Actions step summary**, visible in the PR checks UI: - **Changed modules**: the directly affected modules (from the PR diff) - **All tested modules** (collapsible): the full reactor list including downstream dependents The failure table (for failed tests) is preserved and appended after the module list. ## Example output ### Changed modules - `components/camel-jms` - `test-infra/camel-test-infra-artemis` <details><summary><b>All tested modules (42)</b></summary> - Camel :: ActiveMQ 5.x - Camel :: ActiveMQ 6.x - Camel :: AMQP - Camel :: JMS - ... </details> -- 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]
