Skip to content

v0.0.1#179

Open
a5chin wants to merge 99 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 99 commits intomainfrom
develop

Conversation

@a5chin
Copy link
Copy Markdown
Owner

@a5chin a5chin commented Feb 21, 2026

User description

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement, Configuration changes, Dependencies


Description

  • Refactor GitHub Actions for improved CI/CD and release management.

  • Configure GitHub environments and branch protection rules.

  • Introduce Zed editor settings and a custom word list.

  • Update Python and GitHub Action dependencies.


Diagram Walkthrough

flowchart LR
  A[GitHub Workflows] --> B{CI/CD Refactor};
  B -- "Manage" --> C[GitHub Environments];
  B -- "Enforce" --> D[Branch Protection];
  B -- "Update" --> E[Action Dependencies];
  F[New Editor Config] --> G[Zed Settings];
  G -- "Includes" --> H[Custom Word List];
  I[Python Dependencies] --> J[Update `pyproject.toml`];
Loading

File Walkthrough

Relevant files
Dependencies
5 files
action.yml
Update `setup-uv` action to v8.1.0                                             
+1/-1     
devcontainer.yml
Update Docker Buildx, Metadata, and Build/Push actions     
+3/-3     
docker.yml
Update Docker Buildx, Metadata, and Build/Push actions     
+3/-3     
pr-agent.yml
Update PR Agent action to v0.34                                                   
+1/-1     
pyproject.toml
Update Python dependencies including google-cloud-logging, jaxtyping,
pydantic, and dev dependencies
+10/-10 
Configuration changes
6 files
environments.json
Introduce GitHub environments for Develop, Production, and GitHub
Pages
+23/-0   
protection.json
Implement branch protection rules for the `develop` branch
+15/-0   
gh-deploy.yml
Assign `github-pages` environment to GH Pages deploy workflow
+2/-0     
.prettierrc.json
Add Prettier configuration for JSON, JSON5, and JSONC files
+11/-0   
settings.json
Introduce Zed editor settings for various languages and formatting
+48/-0   
codebook.toml
Add a custom word list for codebook                                           
+117/-0 
Enhancement
6 files
approve.yml
Add pull-requests: write permission and checkout step to approve
workflow
+6/-0     
publish-app.yml
Change publish trigger to `develop` branch and update Docker actions
+5/-5     
publish-devcontainer.yml
Change devcontainer publish trigger to develop branch and update
Docker actions
+5/-5     
release.yml
Refactor release workflow for develop and main branches with
environment-specific steps
+35/-8   
setting.yml
Refactor settings workflow to manage branch, environments,
permissions, and protection
+91/-13 
test.yml
Add develop branch to test workflow trigger and update Codecov action
+3/-2     
Removal
1 files
draft.yml
Remove the Draft Release workflow                                               
+0/-27   

dependabot Bot and others added 2 commits April 18, 2026 05:47
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.14...0.15.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update jaxtyping requirement from >=0.3.6 to >=0.3.9
dependabot Bot and others added 2 commits April 18, 2026 22:37
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.5...v2.13.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update ruff requirement from >=0.14.14 to >=0.15.11
dependabot Bot and others added 3 commits April 20, 2026 13:20
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [cookiecutter](https://github.com/cookiecutter/cookiecutter) to permit the latest version.
- [Release notes](https://github.com/cookiecutter/cookiecutter/releases)
- [Commits](cookiecutter/cookiecutter@2.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: cookiecutter
  dependency-version: 2.7.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.12.5 to >=2.13.2
chore(uv): update pytest-cov requirement from >=7.0.0 to >=7.1.0
dependabot Bot and others added 2 commits April 21, 2026 20:04
Updates the requirements on [ty](https://github.com/astral-sh/ty) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.14...0.0.32)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.32
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
….7.1

chore(uv): update cookiecutter requirement from >=2.6.0 to >=2.7.1
chore(uv): update ty requirement from >=0.0.14 to >=0.0.32
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