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

   ## Summary
   
   Fixes `Missing either 'issue-number' or 'comment-id'` error when 
`/component-test` runs against PRs created before #21906.
   
   The workflow runs from main but the `component-test` action is loaded from 
the PR branch checkout. Old PR branches still have the action.yaml that 
requires `comment-id` as a mandatory input, but #21906 stopped passing it.
   
   - Pass `comment-id` from the workflow (ignored by the new action, needed by 
old branches)
   - Keep `comment-id` as an optional input in the action for backward 
compatibility


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