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

   ## Summary
   
   - Fix the `Post CI test summary comment` step that was silently failing on 
every PR build with `Resource not accessible by integration`
   - The build job had `issues: write` permission but PR comments require 
`pull-requests: write`
   - Also adds `contents: read` since job-level permissions replace 
workflow-level ones entirely
   
   ## Root Cause
   
   The `/component-test` workflow correctly uses `pull-requests: write` and its 
comments work fine. The main `pr-build-main.yml` workflow was using `issues: 
write` instead, which doesn't grant access to post PR comments.
   
   ## Test plan
   
   - After merge, any new PR should get a comment listing the tested modules 
(matching the behavior already working for `/component-test`)


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