Skip to content

hotfix: enable LFS support in generate_release_notes action to fix subsequent checkouts #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

nepalevov
Copy link
Contributor

@nepalevov nepalevov commented Mar 24, 2025

Description of changes

There's a bug in actions/checkout, where all subsequent checkouts within single job with lfs: true.
It doesn't actually fetch LFS files. So, we have to use lfs even we don't need it here.
See actions/checkout#270

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nepalevov nepalevov self-assigned this Mar 24, 2025
@nepalevov nepalevov requested a review from alexey-ban as a code owner March 24, 2025 19:21
@nepalevov nepalevov changed the title hotfix: enable LFS support in generate_release_notes action to work a… hotfix: enable LFS support in generate_release_notes action to fix subsequent checkouts Mar 24, 2025
@nepalevov nepalevov merged commit 180106c into main Mar 24, 2025
@nepalevov nepalevov deleted the hotfix-subsequent-lfs-checkout-fails branch March 24, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants