mumrah commented on PR #17204: URL: https://github.com/apache/kafka/pull/17204#issuecomment-2364112462
@fonsdant first off, thanks for all the work on this. I was pondering this yesterday and had an idea. Instead of managing a tag, I think we can use a separate branch, something like `trunk-cached`. This branch just contains the commits from `trunk` that are included in the latest GitHub cache. In this case, the CI becomes simply ``` git checkout trunk-cached git merge SHA git push origin trunk-cached ``` This will improve the developer experience somewhat since it doesn't require explicitly fetching tags. Just a simple `git fetch origin` will pull it down. Can you give this 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
