gnodet commented on PR #22247: URL: https://github.com/apache/camel/pull/22247#issuecomment-4128381846
_Claude Code on behalf of Guillaume Nodet_ The CI ran successfully on the latest push. Here's what the unified comment would look like for this PR (which only changes `parent/pom.xml` with a dummy trigger and `.github/` CI files): --- <!-- ci-tested-modules --> :test_tube: **CI tested the following changed modules:** - `parent` --- :gear: [View full build and test results](https://github.com/apache/camel/actions/runs/23552793971) --- The script correctly identified `parent` as a pom-only module (no `src/test`), skipped `-amd` expansion (which would have pulled in every module in the project), and completed quickly. For a real change — e.g., bumping a dependency version in `parent/pom.xml` — the Toolbox dependency analysis would detect the changed property, resolve the affected GAV coordinates, and use `tree-find` to discover all modules that depend on them (including transitive dependents). Those would all appear in the comment under a "POM dependency changes" section. **Why the comment was not actually posted on this PR:** The `pr-test-commenter.yml` workflow uses a `workflow_run` trigger, which requires the workflow file to exist on the **default branch** (`main`). Since this workflow is new and only exists in the PR branch, it can't fire yet. Once this PR is merged, the commenter will work for all subsequent PRs. The comment content was correctly generated and uploaded as an artifact — it just couldn't be posted yet. -- 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]
