Skip to content

v0.0.1#179

Open
a5chin wants to merge 80 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 80 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, Refactor, Dependencies


Description

  • Configured GitHub Environments and branch protection for develop and main.

  • Refactored release workflow for push-based triggers and environment-specific deployments.

  • Introduced Zed editor settings and a custom spell-checking word list.

  • Updated various GitHub Actions and Python dependencies.


File Walkthrough

Relevant files
Configuration changes
6 files
environments.json
Define GitHub Environments for Develop, Production, and GitHub Pages.
+23/-0   
protection.json
Add branch protection rules for the `develop` branch.       
+15/-0   
gh-deploy.yml
Assign `github-pages` environment to deployment workflow.
+2/-0     
.prettierrc.json
Add Prettier configuration for JSON files.                             
+11/-0   
settings.json
Add Zed editor settings for formatting, file types, and language
servers.
+48/-0   
codebook.toml
Add custom word list for spell checking.                                 
+117/-0 
Enhancement
5 files
approve.yml
Add permissions and checkout step to PR approval 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     
setting.yml
Enhance settings workflow to configure environments, permissions, and
dynamic branch protection.
+91/-13 
test.yml
Add develop branch to test workflow trigger and update Codecov action.
+3/-2     
Dependencies
4 files
devcontainer.yml
Update Docker GitHub Actions versions for devcontainer build.
+3/-3     
docker.yml
Update Docker GitHub Actions versions for Docker image build.
+3/-3     
pr-agent.yml
Update PR Agent action version.                                                   
+1/-1     
pyproject.toml
Bump `google-cloud-logging` and `ipykernel` dependencies.
+2/-2     
Refactor
2 files
draft.yml
Remove draft release workflow.                                                     
+0/-27   
release.yml
Refactor release workflow to use push triggers, environments, and
separate draft/publish jobs.
+35/-8   

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot bot and others added 2 commits April 8, 2026 22:47
Bumps the uv group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 46.0.6 to 46.0.7
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.6...46.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.7
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot bot and others added 3 commits April 13, 2026 12:28
Updates the requirements on [google-cloud-logging](https://github.com/googleapis/google-cloud-python) to permit the latest version.
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-logging-v3.13.0...google-cloud-logging-v3.15.0)

---
updated-dependencies:
- dependency-name: google-cloud-logging
  dependency-version: 3.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version.
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: ipykernel
  dependency-version: 7.2.0
  dependency-type: direct:development
...

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

chore(uv): update google-cloud-logging requirement from >=3.13.0 to >=3.15.0
chore(uv): update ipykernel requirement from >=7.1.0 to >=7.2.0
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