gnodet commented on PR #22247: URL: https://github.com/apache/camel/pull/22247#issuecomment-4125262817
_Claude Code on behalf of Guillaume Nodet_ Regarding testing: since `.github/**` is in `paths-ignore`, this PR won't trigger the build workflow automatically. We can test via manual dispatch: ``` gh workflow run "Build and test" -f pr_number=22247 -f pr_ref=ci-merge-incremental-build-detect-dependencies ``` Regarding the architecture doc: added `.github/CI-ARCHITECTURE.md` with an overview of all workflows, actions, labels, and their relationships. All review comments have been addressed: - `actions/github-script` pinned to hash - `check-user-permission` re-added - JDK 21 filter explained with inline comment -- 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]
