Skip to content

build: copier update from template 0.29.2#179

Merged
ichoosetoaccept merged 1 commit intomainfrom
02-18-build-copier-update-from-template-0.29.2
Feb 18, 2026
Merged

build: copier update from template 0.29.2#179
ichoosetoaccept merged 1 commit intomainfrom
02-18-build-copier-update-from-template-0.29.2

Conversation

@ichoosetoaccept
Copy link
Member

@ichoosetoaccept ichoosetoaccept commented Feb 18, 2026

Summary

Copier template update from 0.29.1 → 0.29.2.

Changes

  • CI/Release workflows: Added github-token: ${{ secrets.GITHUB_TOKEN }} to all setup-uv steps (avoids GitHub API rate limits during UV cache operations).
  • Pre-commit hook bumps: uv 0.10.20.10.4, actionlint v1.7.10v1.7.11, typos v1.43.4v1.43.5.

Copy link
Member Author

ichoosetoaccept commented Feb 18, 2026

@greptile-apps
Copy link

greptile-apps bot commented Feb 18, 2026

Greptile Summary

Routine copier template update (0.29.1 → 0.29.2) that adds github-token: ${{ secrets.GITHUB_TOKEN }} to all four setup-uv steps across CI and release workflows to prevent GitHub API rate limiting during UV cache operations, and bumps three pre-commit hooks to their latest patch versions.

  • CI/Release workflows: All setup-uv@v7 steps now pass github-token, which is consistent across both ci.yml (quality + tests jobs) and release.yml (release + pypi-publish jobs)
  • Pre-commit hooks: Patch-level bumps for uv-pre-commit (0.10.2→0.10.4), actionlint (v1.7.10→v1.7.11), and typos (v1.43.4→v1.43.5)
  • No issues found during review

Confidence Score: 5/5

  • This PR is safe to merge — it contains only CI configuration improvements and patch-level dependency bumps with no functional code changes.
  • All changes are mechanical: adding a well-documented parameter to workflow steps and bumping pre-commit hooks to patch versions. The github-token addition is consistently applied to all 4 setup-uv steps. No logic, runtime code, or API surface is affected.
  • No files require special attention.

Important Files Changed

Filename Overview
.copier-answers.yml Template version bumped from 0.29.1 to 0.29.2. No functional impact.
.github/workflows/ci.yml Added github-token to both setup-uv steps (quality and tests jobs) to avoid GitHub API rate limits during UV cache operations. No issues found.
.github/workflows/release.yml Added github-token to both setup-uv steps (release and pypi-publish jobs) to avoid GitHub API rate limits. No issues found.
prek.toml Pre-commit hook version bumps: uv 0.10.2→0.10.4, actionlint v1.7.10→v1.7.11, typos v1.43.4→v1.43.5. Patch-level updates only.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Copier Template 0.29.2] --> B[ci.yml]
    A --> C[release.yml]
    A --> D[prek.toml]
    A --> E[.copier-answers.yml]

    B --> B1[quality job\nsetup-uv + github-token]
    B --> B2[tests job\nsetup-uv + github-token]

    C --> C1[release job\nsetup-uv + github-token]
    C --> C2[pypi-publish job\nsetup-uv + github-token]

    D --> D1[uv 0.10.2 → 0.10.4]
    D --> D2[actionlint v1.7.10 → v1.7.11]
    D --> D3[typos v1.43.4 → v1.43.5]

    E --> E1[_commit: 0.29.1 → 0.29.2]
Loading

Last reviewed commit: a463a22

Copy link
Member Author

ichoosetoaccept commented Feb 18, 2026

Merge activity

  • Feb 18, 9:47 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 18, 9:48 AM UTC: Graphite rebased this pull request as part of a merge.
  • Feb 18, 9:49 AM UTC: @ichoosetoaccept merged this pull request with Graphite.

@ichoosetoaccept ichoosetoaccept changed the base branch from 02-18-fix-replace-fastmcp-update_config_file-with-encoding-safe-implementation to graphite-base/179 February 18, 2026 09:47
@ichoosetoaccept ichoosetoaccept changed the base branch from graphite-base/179 to main February 18, 2026 09:47
@ichoosetoaccept ichoosetoaccept force-pushed the 02-18-build-copier-update-from-template-0.29.2 branch from cf75759 to a463a22 Compare February 18, 2026 09:48
@ichoosetoaccept ichoosetoaccept merged commit 17bc6a7 into main Feb 18, 2026
7 checks passed
@ichoosetoaccept ichoosetoaccept deleted the 02-18-build-copier-update-from-template-0.29.2 branch February 18, 2026 09:49
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.

1 participant