Skip to content

v0.0.1#179

Open
a5chin wants to merge 62 commits intomainfrom
develop
Open

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

Conversation

@a5chin
Copy link
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, Refactor, Dependencies


Description

  • Configure GitHub environments and branch protection.

  • Refactor release and publishing workflows.

  • Update GitHub Actions dependencies and permissions.

  • Add Zed editor and Prettier configurations.


File Walkthrough

Relevant files
Configuration changes
10 files
environments.json
Define GitHub environments for deployment.                             
+23/-0   
protection.json
Add branch protection rules for `develop` branch.               
+15/-0   
gh-deploy.yml
Assign `github-pages` environment to deployment job.         
+2/-0     
publish-app.yml
Change trigger branch to `develop` and update Docker actions.
+5/-5     
publish-devcontainer.yml
Change trigger branch to `develop` and update Docker actions.
+5/-5     
setting.yml
Enhance repository settings workflow with environment and permission
management.
+91/-13 
test.yml
Add develop branch to test workflow triggers and update token action.
+2/-1     
.prettierrc.json
Add Prettier configuration for JSON files.                             
+11/-0   
settings.json
Add Zed editor settings for formatting and language servers.
+48/-0   
codebook.toml
Add `codebook.toml` with custom word list.                             
+117/-0 
Enhancement
1 files
approve.yml
Add checkout step and pull request write permissions.       
+6/-0     
Dependencies
3 files
devcontainer.yml
Update Docker Buildx and metadata actions to newer versions.
+3/-3     
docker.yml
Update Docker Buildx and metadata actions to newer versions.
+3/-3     
pr-agent.yml
Update PR Agent action to version `v0.32`.                             
+1/-1     
Refactor
2 files
draft.yml
Remove draft release workflow.                                                     
+0/-27   
release.yml
Refactor release workflow for `develop` and `main` branches.
+36/-7   

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 March 12, 2026 00:28
Bumps the uv group with 1 update in the / directory: [tornado](https://github.com/tornadoweb/tornado).


Updates `tornado` from 6.5.4 to 6.5.5
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.5.4...v6.5.5)

---
updated-dependencies:
- dependency-name: tornado
  dependency-version: 6.5.5
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump tornado from 6.5.4 to 6.5.5 in the uv group across 1 directory
renovate bot and others added 2 commits March 14, 2026 15:35
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 2 commits March 15, 2026 21:13
dependabot bot and others added 2 commits March 17, 2026 20:03
Bumps the uv group with 1 update in the / directory: [pyasn1](https://github.com/pyasn1/pyasn1).


Updates `pyasn1` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.2...v0.6.3)

---
updated-dependencies:
- dependency-name: pyasn1
  dependency-version: 0.6.3
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump pyasn1 from 0.6.2 to 0.6.3 in the uv group across 1 directory
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