Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project template to the latest version, bumping dependencies and sync behavior.
- Adds an
ulimitincrease before runninguv syncin the Docker build to avoid file descriptor limits. - Updates the CI workflow to use
astral-sh/setup-uv@v6. - Bumps the copier commit version from
v1.0.3tov1.0.4.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docker/Dockerfile | Increased file descriptor limit before running uv sync. |
| .github/workflows/ci.yml | Updated setup-uv GitHub Action from v4 to v6. |
| .copier-answers.yml | Bumped _commit field to v1.0.4 from v1.0.3. |
Comments suppressed due to low confidence (1)
.github/workflows/ci.yml:17
- [nitpick] Pinning the action to a full semver (e.g.,
v6.2.1) rather than just the major version (v6) can prevent unexpected breaking changes when the action releases new minor or patch versions.
uses: astral-sh/setup-uv@v6
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.
Template Update
This PR updates the project template to version
latest.Changes
Testing
Please review the changes and test the updated template before merging.
This PR was automatically created by the template update workflow.