Update information about GitHub Action supporting partial clones#5592
Closed
gabrielyotoo wants to merge 2 commits intoyarnpkg:masterfrom
Closed
Update information about GitHub Action supporting partial clones#5592gabrielyotoo wants to merge 2 commits intoyarnpkg:masterfrom
gabrielyotoo wants to merge 2 commits intoyarnpkg:masterfrom
Conversation
3 tasks
merceyz
added a commit
that referenced
this pull request
Oct 10, 2023
**What's the problem this PR addresses?** `actions/checkout` now supports modifying the way `git clone` is performed so the link to the upstream PR should be removed. Closes #5607 Closes #5598 Closes #5592 **How did you fix it?** Removed the link from the v3 docs. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed.
Member
|
Fixed in #5773 |
merceyz
added a commit
that referenced
this pull request
Oct 22, 2023
**What's the problem this PR addresses?** `actions/checkout` now supports modifying the way `git clone` is performed so the link to the upstream PR should be removed. Closes #5607 Closes #5598 Closes #5592 **How did you fix it?** Removed the link from the v3 docs. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed. (cherry picked from commit 3d63a66)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's the problem this PR addresses?
The current PR in the documentation is Closed (actions/checkout#680), another PR implementing sparse checkout was created and merged (actions/checkout#1369), but there is another one that look for partial clones (actions/checkout#1396)
N/A
...
How did you fix it?
N/A
...
Checklist