Skip to content

v0.0.1#179

Open
a5chin wants to merge 73 commits intomainfrom
develop
Open

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


Description

  • Configure GitHub Environments for Develop, Production, and github-pages.

  • Refactor CI/CD workflows for release, deployment, and repository settings.

  • Introduce Zed editor and Prettier configurations for consistent formatting.

  • Update GitHub Actions to their latest major versions.


Diagram Walkthrough

flowchart LR
    A[settings.yml] --> B{Configure GitHub Settings};
    B -- "defines" --> C[environments.json];
    B -- "defines" --> D[protection.json];
    C -- "used by" --> E[release.yml];
    C -- "used by" --> F[gh-deploy.yml];
    D -- "applies to" --> G[develop branch];
Loading

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 job.         
+2/-0     
.prettierrc.json
Add Prettier configuration for JSON file types.                   
+11/-0   
settings.json
Add Zed editor settings for various languages and formatters.
+48/-0   
codebook.toml
Add custom dictionary words for codebook linter.                 
+117/-0 
Enhancement
4 files
approve.yml
Add checkout step and pull request write permissions.       
+6/-0     
publish-app.yml
Change push trigger to `develop` and update Docker actions.
+5/-5     
publish-devcontainer.yml
Change push trigger to `develop` and update Docker actions.
+5/-5     
test.yml
Add `develop` branch trigger and update Codecov action.   
+3/-2     
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.34`.                             
+1/-1     
Refactoring
3 files
draft.yml
Remove draft release workflow.                                                     
+0/-27   
release.yml
Refactor release workflow for push triggers and environments.
+35/-8   
setting.yml
Refactor settings workflow to manage environments, permissions, and
branch protection.
+91/-13 

chore(deps): bump pyasn1 from 0.6.2 to 0.6.3 in the uv group across 1 directory
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot bot and others added 2 commits March 26, 2026 15:35
Bumps the uv group with 1 update in the / directory: [requests](https://github.com/psf/requests).


Updates `requests` from 2.32.5 to 2.33.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): bump requests from 2.32.5 to 2.33.0 in the uv group across 1 directory
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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