github-actions[bot] commented on PR #25993:
URL: https://github.com/apache/camel/pull/25993#issuecomment-5507155272

   <!-- regen-patch -->
   ### :warning: Generated files are out of date
   
   The [CI build](https://github.com/apache/camel/actions/runs/33610645564) 
regenerated files that are not committed on this PR.
   The missing changes are available as the `regen-patch` artifact of that run.
   
   Anyone with push access to this branch (the PR author, or a committer when
   *Allow edits from maintainers* is enabled) can apply and push them:
   
   ```bash
   gh pr checkout 25993 --repo apache/camel
   gh run download 33610645564 --repo apache/camel -n regen-patch
   git apply --index regen.patch && rm regen.patch pr-number
   git commit -m "Regen" && git push
   ```
   
   Alternatively, run `./etc/scripts/regen.sh` locally and commit the resulting 
changes.
   If the patch does not apply cleanly, update the branch from the base branch 
first —
   the patch was generated against the merge with the base branch.


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