Skip to content

v0.0.1#179

Open
a5chin wants to merge 60 commits intomainfrom
develop
Open

v0.0.1#179
a5chin wants to merge 60 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


Description

  • Configure GitHub environments and branch protection for the develop branch.

  • Refactor release workflow for develop and main branches.

  • Introduce Zed editor settings and Prettier configuration for JSON files.

  • Update GitHub Actions dependencies and workflow triggers to include develop.


Diagram Walkthrough

flowchart LR
  A[GitHub Workflows] --> B{Configuration Updates}
  B --> C[Environments & Branch Protection]
  B --> D[Release Workflow Refactor]
  B --> E[Workflow Trigger Updates]
  F[New Editor Configurations] --> G[Zed Settings]
  F --> H[Prettier JSON Formatting]
  F --> I[Codebook Word List]
Loading

File Walkthrough

Relevant files
Configuration changes
10 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   
draft.yml
Remove draft release workflow.                                                     
+0/-27   
gh-deploy.yml
Assign `github-pages` environment to the deployment workflow.
+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     
test.yml
Add develop branch to test workflow triggers and update token action.
+2/-1     
.prettierrc.json
Add Prettier configuration for JSON file formatting.         
+11/-0   
settings.json
Introduce Zed editor settings for code formatting and language
servers.
+48/-0   
codebook.toml
Add `codebook` configuration with a list of recognized words.
+117/-0 
Enhancement
3 files
approve.yml
Add permissions and checkout step to the approval workflow.
+6/-0     
release.yml
Refactor release workflow for develop and main branches with
environments.
+36/-7   
setting.yml
Enhance settings workflow to manage environments, permissions, and
branch defaults.
+91/-13 
Dependencies
3 files
devcontainer.yml
Update Docker-related GitHub Actions versions for devcontainer.
+3/-3     
docker.yml
Update Docker-related GitHub Actions versions for Docker image build.
+3/-3     
pr-agent.yml
Update PR Agent action to version 0.32.                                   
+1/-1     

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
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