mumrah commented on PR #17204:
URL: https://github.com/apache/kafka/pull/17204#issuecomment-2369931659

   In the [checkout action](https://github.com/actions/checkout) you can 
specify that you want a full checkout instead of sparse. 
   
   ```
       # Specifies whether to use cone-mode when doing a sparse checkout.
       # Default: true
       sparse-checkout-cone-mode: ''
   ```
   
   This will let you checkout the workflow-triggering SHA and get its full 
history. Then, you can checkout `trunk-clone` and merge it like normal. Can you 
give that a try?


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to